diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 16eb49d26e5..00bb5872da0 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6151,9 +6151,6 @@ store_parm_decls (void) } } - /* This function is being processed in whole-function mode. */ - cfun->x_whole_function_mode_p = 1; - /* Even though we're inside a function body, we still don't want to call expand_expr to calculate the size of a variable-sized array. We haven't necessarily assigned RTL to all variables yet, so it's |