*** empty log message ***
authorTom Wood <wood@gnu.org>
Sat, 3 Oct 1992 09:03:24 +0000 (09:03 +0000)
committerTom Wood <wood@gnu.org>
Sat, 3 Oct 1992 09:03:24 +0000 (09:03 +0000)
From-SVN: r2314

gcc/toplev.c

index 3689a4fbaa0999b28478a6f99d040e67b7d187af..68279c7076529f15737802ab97060bc1b1619932 100644 (file)
@@ -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.  */