From: Jeff Law Date: Wed, 13 Oct 1999 23:19:33 +0000 (-0600) Subject: Fix thinko in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cf531a862a201c899afabde00e1cdc8b04cd9c9;p=gcc.git Fix thinko in last change. From-SVN: r29955 --- diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 79cf322d859..397a308cd29 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 *));