aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-10-13 17:19:33 -0600
committerJeff Law <law@gcc.gnu.org>1999-10-13 17:19:33 -0600
commit5cf531a862a201c899afabde00e1cdc8b04cd9c9 (patch)
tree6bd6de62d2921ce9d5ec2d0f7af15c06085b8046 /gcc
parent16bb3387a02e51b2334a5a215fb859852f22230e (diff)
downloadgcc-5cf531a862a201c899afabde00e1cdc8b04cd9c9.zip
gcc-5cf531a862a201c899afabde00e1cdc8b04cd9c9.tar.gz
gcc-5cf531a862a201c899afabde00e1cdc8b04cd9c9.tar.bz2
Fix thinko in last change.
From-SVN: r29955
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/jcf-write.c1
1 files changed, 0 insertions, 1 deletions
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 *));