aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 7e2e26c..6daeb92 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -1886,7 +1886,6 @@ java_lang_expand_expr (exp, target, tmode, modifier)
for (current = TREE_OPERAND (exp, 1); current;
current = TREE_CHAIN (current))
{
- extern rtx return_label;
tree type;
tree catch = TREE_OPERAND (current, 0);
tree decl = BLOCK_EXPR_DECLS (catch);