aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-10-03 09:03:24 +0000
committerTom Wood <wood@gnu.org>1992-10-03 09:03:24 +0000
commitbf60ac0dc49d1f4a33a3729b3ccc241c0c7a99e0 (patch)
tree4533b4f4b3cb5cba2612c456e2c45547784fe5d9
parent1577a9b4d00bdb657141d54051aed82d4d2ef530 (diff)
downloadgcc-bf60ac0dc49d1f4a33a3729b3ccc241c0c7a99e0.zip
gcc-bf60ac0dc49d1f4a33a3729b3ccc241c0c7a99e0.tar.gz
gcc-bf60ac0dc49d1f4a33a3729b3ccc241c0c7a99e0.tar.bz2
*** empty log message ***
From-SVN: r2314
-rw-r--r--gcc/toplev.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 3689a4f..68279c7 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. */