summaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r--gcc/java/decl.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index 9f08746154a..d449e39b539 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -1581,18 +1581,6 @@ force_poplevels (int start_pc)
}
}
-/* Insert BLOCK at the end of the list of subblocks of the
- current binding level. This is used when a BIND_EXPR is expanded,
- to handle the BLOCK node inside the BIND_EXPR. */
-
-void
-insert_block (tree block)
-{
- TREE_USED (block) = 1;
- current_binding_level->blocks
- = chainon (current_binding_level->blocks, block);
-}
-
/* integrate_decl_tree calls this function. */
void