diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index b74fda6..016f0c3 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -246,18 +246,6 @@ emit_local_var (tree decl) else expand_decl (decl); } - - if (DECL_INITIAL (decl)) - { - /* Actually do the initialization. */ - if (stmts_are_full_exprs_p ()) - expand_start_target_temps (); - - expand_decl_init (decl); - - if (stmts_are_full_exprs_p ()) - expand_end_target_temps (); - } } /* Build the node for a return statement and return it. */ |