OSDN Git Service

* jvspec.c (lang_specific_driver): Remove unused classpath_args.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 23:01:42 +0000 (23:01 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 23:01:42 +0000 (23:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121318 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/jvspec.c

index 56a3e3b..028ff11 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-30  Ben Elliston  <bje@au.ibm.com>
+
+       * jvspec.c (lang_specific_driver): Remove unused classpath_args.
+
 2007-01-29  Tom Tromey  <tromey@redhat.com>
 
        PR java/30607:
index dce2c74..4417118 100644 (file)
@@ -214,10 +214,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
   /* 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;