diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index b4ea1a1..4956b41 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2971,10 +2971,6 @@ nullify_returns_r (tree* tp, int* walk_subtrees, void* data) void cxx_expand_function_start (void) { - /* Let everybody know that we're expanding this function, not doing - semantic analysis. */ - expanding_p = 1; - /* Give our named return value the same RTL as our RESULT_DECL. */ if (current_function_return_value) COPY_DECL_RTL (DECL_RESULT (cfun->decl), current_function_return_value); |