mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-03 16:54:27 +08:00
jcf_parse.c (jcf_parse): Eliminate unused variable.
2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu> * jcf_parse.c (jcf_parse): Eliminate unused variable. From-SVN: r40676
This commit is contained in:
parent
e44949e91c
commit
de83bf663e
@ -1,3 +1,7 @@
|
||||
2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>
|
||||
|
||||
* jcf_parse.c (jcf_parse): Eliminate unused variable.
|
||||
|
||||
2001-03-19 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
|
||||
|
@ -663,7 +663,6 @@ jcf_parse (jcf)
|
||||
JCF* jcf;
|
||||
{
|
||||
int i, code;
|
||||
tree current;
|
||||
|
||||
if (jcf_parse_preamble (jcf) != 0)
|
||||
fatal_error ("not a valid Java .class file");
|
||||
|
Loading…
Reference in New Issue
Block a user