From: Jeff Law Date: Wed, 13 Oct 1999 23:19:33 +0000 (-0600) Subject: Fix thinko in last change. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cf531a862a201c899afabde00e1cdc8b04cd9c9;p=platform%2Fupstream%2Fgcc.git Fix thinko in last change. From-SVN: r29955 --- diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 79cf322..397a308 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -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 *));