diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 1c9f4a0..e5661c3 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4112,9 +4112,6 @@ c_common_post_options () { cpp_post_options (parse_in); - /* Save no-inline information we may clobber below. */ - flag_really_no_inline = flag_no_inline; - flag_inline_trees = 1; /* Use tree inlining if possible. Function instrumentation is only |