Commit 320c81a6 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* jcf-parse.c (get_constant): Delete unused variables.

From-SVN: r50933
parent f2606a97
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.
......
......@@ -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;
......
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