Fix thinko in last change.
authorJeff Law <law@gcc.gnu.org>
Wed, 13 Oct 1999 23:19:33 +0000 (17:19 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 13 Oct 1999 23:19:33 +0000 (17:19 -0600)
From-SVN: r29955

gcc/java/jcf-write.c

index 79cf322..397a308 100644 (file)
@@ -322,7 +322,6 @@ static void field_op PROTO ((tree, int, struct jcf_partial *));
 static void maybe_wide PROTO ((int, int, struct jcf_partial *));
 static void emit_dup PROTO ((int, int, struct jcf_partial *));
 static void emit_pop PROTO ((int, struct jcf_partial *));
-static void emit_iinc PROTO ((tree, int, struct jcf_partial *));
 static void emit_load_or_store PROTO ((tree, int, struct jcf_partial *));
 static void emit_load PROTO ((tree, struct jcf_partial *));
 static void emit_store PROTO ((tree, struct jcf_partial *));