summaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-07 18:40:26 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-07 18:40:26 +0000
commitc90ba4eafe82821730e9c53fcdc39578768b29fc (patch)
tree87b79fc0390b0cd2a83a50e972b98c719e0a4bf1 /gcc/java/jvspec.c
parent0740f037bdc0dd3a9581cafd1f2825572a8d6b5b (diff)
downloadgcc-c90ba4eafe82821730e9c53fcdc39578768b29fc.tar.gz
2001-09-06 Alexandre Petit-Bianco <apbianco@redhat.com>
* java-tree.h (compile_resource_file): Grouped with other prototypes. * jvspec.c (lang_specific_driver): Removed unused local `ptr.' (http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00249.html ) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index fd6d08f58d3..53bd23da150 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -469,7 +469,6 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
if (strcmp (argv[i], "-R") == 0)
{
- char *ptr = argv[i+i];
arglist[j] = concat ("-fcompile-resource=",
*argv[i+1] == '/' ? "" : "/",
argv[i+1], NULL);