diff options
Diffstat (limited to 'gcc/java/jcf-write.c')
-rw-r--r-- | gcc/java/jcf-write.c | 1 |
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 *)); |