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 79cf322d8592942c13c114d45831d53dfa64bd2c..397a308cd290213d1432858783595f5f3768e4d3 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 *));