PATCH: remove unused local var in java/jvspec.c

Ben Elliston bje@au1.ibm.com
Sun Jan 28 23:23:00 GMT 2007


grep indicates that this is not used anywhere in the source tree.
Tested with a bootstrap on powerpc-linux.  Okay for the trunk?

Ben

2007-01-29  Ben Elliston  <bje@au.ibm.com>

        * jvspec.c (lang_specific_driver): Remove unused classpath_args.

Index: jvspec.c
===================================================================
--- jvspec.c    (revision 121271)
+++ jvspec.c    (working copy)
@@ -214,10 +214,6 @@ lang_specific_driver (int *in_argc, cons
   /* The number of libraries added in.  */
   int added_libraries;
 
-  /* The total number of arguments having to do with classpath
-     setting.  */
-  int classpath_args = 0;
-
   /* The total number of arguments with the new stuff.  */
   int num_args = 1;
 




More information about the Gcc-patches mailing list