This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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;
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]