aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r--gcc/java/parse.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y
index a156be1..cbb4297 100644
--- a/gcc/java/parse.y
+++ b/gcc/java/parse.y
@@ -7429,10 +7429,6 @@ add_stmt_to_block (tree b, tree type, tree stmt)
static tree
add_stmt_to_compound (tree existing, tree type, tree stmt)
{
- /* Keep track of this for inlining. */
- if (current_function_decl)
- ++DECL_NUM_STMTS (current_function_decl);
-
if (existing)
return build (COMPOUND_EXPR, type, existing, stmt);
else