Commit e00d2127 by Nathanael Nerode

jcf-parse.c (process_zip_dir): Remove unused variable.

2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>

	* jcf-parse.c (process_zip_dir): Remove unused variable.

From-SVN: r61637
parent f5c140ab
2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>
* jcf-parse.c (process_zip_dir): Remove unused variable.
2003-01-22 Tom Tromey <tromey@redhat.com>
* expr.c (build_invokeinterface): Abort if method's context is not
......
......@@ -1253,7 +1253,6 @@ process_zip_dir (FILE *finput)
char *class_name, *file_name, *class_name_in_zip_dir;
tree class;
JCF *jcf;
int j;
class_name_in_zip_dir = ZIPDIR_FILENAME (zdir);
......
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