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

From-SVN: r121318
This commit is contained in:
Ben Elliston 2007-01-29 23:01:42 +00:00 committed by Ben Elliston
parent d9a66f98c1
commit a661f85edf
2 changed files with 4 additions and 4 deletions

View 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:

View 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;