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:
Matt Kraai 2001-03-20 22:53:52 +00:00 committed by Tom Tromey
parent e44949e91c
commit de83bf663e
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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");