jcf-parse.c (process_zip_dir): Remove unused variable.
authorNathanael Nerode <neroden@gcc.gnu.org>
Thu, 23 Jan 2003 00:40:41 +0000 (00:40 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 23 Jan 2003 00:40:41 +0000 (00:40 +0000)
2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>

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

From-SVN: r61637

gcc/java/ChangeLog
gcc/java/jcf-parse.c

index 5d42c0a7dc7b7ab18dbc8b03ce908dd9446e6870..93dd5c766c47d89ff622d87d42df1c5751e1ccad 100644 (file)
@@ -1,3 +1,7 @@
+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
index a29da453a8b8213ea90200accf7830ff14b97263..7545aa18efaade26a726265b60a669fa92e3401f 100644 (file)
@@ -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);