diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-01-29 23:01:42 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-01-30 10:01:42 +1100 |
commit | a661f85edf876e8470c9a66aa643b9ac6d78639e (patch) | |
tree | 95f067e8bd91c1aef7396a4ac5e878b8f745e0e1 /gcc/java/jvspec.c | |
parent | d9a66f98c1cd94c9cba4ba54bf07e39df92614fb (diff) | |
download | gcc-a661f85edf876e8470c9a66aa643b9ac6d78639e.zip gcc-a661f85edf876e8470c9a66aa643b9ac6d78639e.tar.gz gcc-a661f85edf876e8470c9a66aa643b9ac6d78639e.tar.bz2 |
* jvspec.c (lang_specific_driver): Remove unused classpath_args.
From-SVN: r121318
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r-- | gcc/java/jvspec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c index dce2c74..4417118 100644 --- a/gcc/java/jvspec.c +++ b/gcc/java/jvspec.c @@ -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; |