From: Tom Wood Date: Sat, 3 Oct 1992 09:03:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf60ac0dc49d1f4a33a3729b3ccc241c0c7a99e0;p=gcc.git *** empty log message *** From-SVN: r2314 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 3689a4fbaa0..68279c70765 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2078,13 +2078,6 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end) && TREE_CODE (decl) == TYPE_DECL) TIMEVAR (symout_time, sdbout_symbol (decl, 0)); #endif -#ifdef DWARF_DEBUGGING_INFO - if (write_symbols == DWARF_DEBUG - && top_level - && (TREE_CODE (decl) == TYPE_DECL - || (TREE_CODE (decl) == VAR_DECL && DECL_INITIAL (decl)))) - TIMEVAR (symout_time, dwarfout_file_scope_decl (decl, 0)); -#endif } /* Called after finishing a record, union or enumeral type. */