diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index 9ecfc96..933ed50 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -102,10 +102,6 @@ add_stmt (tree t) statements are full-expressions. We record that fact here. */ STMT_IS_FULL_EXPR_P (last_tree) = stmts_are_full_exprs_p (); - /* Keep track of the number of statements in this function. */ - if (current_function_decl) - ++DECL_NUM_STMTS (current_function_decl); - return t; } |