summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 20:42:54 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 20:42:54 +0000
commit4a31f0c4b6ea659ea4dfce47c624f7def0ef76e8 (patch)
treeac2ca1c4d16437178b55a0c740c104634b91ca78 /gcc/cp/decl2.c
parent028b4a6a87fb89264123e9af2d26ac96bde98ae5 (diff)
downloadgcc-4a31f0c4b6ea659ea4dfce47c624f7def0ef76e8.tar.gz
* c-common.c, c-common.h (back_end_hook): Remove.
* c-lang.c (finish_file): Remove back_end_hook. cp: * decl2.c (finish_file): Remove back_end_hook. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48079 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r--gcc/cp/decl2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 10120450f2e..0383593c736 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -3563,11 +3563,6 @@ finish_file ()
}
}
- /* If there's some tool that wants to examine the entire translation
- unit, let it do so now. */
- if (back_end_hook)
- (*back_end_hook) (global_namespace);
-
timevar_pop (TV_VARCONST);
if (flag_detailed_statistics)