diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index eb29b17..d6e8ac3 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6947,11 +6947,6 @@ c_expand_body (fndecl, nested_p, can_defer_p) timevar_push (TV_EXPAND); - if (DECL_INLINE (fndecl)) - /* Do any preparation such as emitting abstract debug info for the - inline before it gets mangled by optimization. */ - (*debug_hooks->outlining_inline_function) (fndecl); - if (nested_p) { /* Make sure that we will evaluate variable-sized types involved |