* jcf-parse.c (get_constant): Delete unused variables.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 18 Mar 2002 00:01:24 +0000 (00:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 18 Mar 2002 00:01:24 +0000 (00:01 +0000)
From-SVN: r50933

gcc/java/ChangeLog
gcc/java/jcf-parse.c

index 3dbb7f0d955f80006561a27b0b9f550ec802de97..a0c8f1110c2a6064fc4ba02c8aa385a561186e00 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * jcf-parse.c (get_constant): Delete unused variables.
+
 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * java-tree.h (java_parse_file): New.
index 9f5b44ee7d80f468bc488966d146efcec98f1675..00e8a4ff10a6284eb161bdc32f558e42c09d7462 100644 (file)
@@ -347,8 +347,6 @@ get_constant (jcf, index)
        tree name = get_name_constant (jcf, JPOOL_USHORT1 (jcf, index));
        const char *utf8_ptr = IDENTIFIER_POINTER (name);
        int utf8_len = IDENTIFIER_LENGTH (name);
-       unsigned char *str_ptr;
-       unsigned char *str;
        const unsigned char *utf8;
        int i;