This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
(committed) squelch unused variable warning
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 22 Jan 2003 19:39:12 -0500
- Subject: (committed) squelch unused variable warning
Committed as obvious; this warning was killin' my bootstrap, as far as I can
tell.
2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>
* jcf-parse.c (process_zip_dir): Remove unused variable.
Index: jcf-parse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-parse.c,v
retrieving revision 1.133
diff -u -r1.133 jcf-parse.c
--- jcf-parse.c 22 Jan 2003 20:51:55 -0000 1.133
+++ jcf-parse.c 23 Jan 2003 00:37:29 -0000
@@ -1253,7 +1253,6 @@
char *class_name, *file_name, *class_name_in_zip_dir;
tree class;
JCF *jcf;
- int j;
class_name_in_zip_dir = ZIPDIR_FILENAME (zdir);