Commit a661f85e by Ben Elliston Committed by Ben Elliston

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

From-SVN: r121318
parent d9a66f98
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> 2007-01-29 Tom Tromey <tromey@redhat.com>
PR java/30607: PR java/30607:
......
...@@ -214,10 +214,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv, ...@@ -214,10 +214,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
/* The number of libraries added in. */ /* The number of libraries added in. */
int added_libraries; 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. */ /* The total number of arguments with the new stuff. */
int num_args = 1; int num_args = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment