diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 077cc498a32..afbc2be640e 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -851,9 +851,6 @@ dbxout_function_decl (tree decl) dbxout_begin_function (decl); #endif dbxout_block (DECL_INITIAL (decl), 0, DECL_ARGUMENTS (decl)); -#ifdef DBX_OUTPUT_FUNCTION_END - DBX_OUTPUT_FUNCTION_END (asm_out_file, decl); -#endif dbxout_function_end (); } |