Commit de83bf66 by Matt Kraai Committed by Tom Tromey

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
parent e44949e9
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");
......
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