* jvspec.c (lang_specific_driver): Remove unused classpath_args.
From-SVN: r121318
This commit is contained in:
parent
d9a66f98c1
commit
a661f85edf
@ -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:
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user