summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
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/c-common.h
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/c-common.h')
-rw-r--r--gcc/c-common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index f6e62908ce1..514c448ecb2 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -813,12 +813,6 @@ extern tree finish_label_address_expr PARAMS ((tree));
different implementations. Used in c-common.c. */
extern tree lookup_label PARAMS ((tree));
-/* If this variable is defined to a non-NULL value, it will be called
- after the file has been completely parsed. The argument will be
- the GLOBAL_NAMESPACE in C++, or the list of top-level declarations
- in C. */
-extern void (*back_end_hook) PARAMS ((tree));
-
/* enum expand_modified is in expr.h, as is the macro below. */
#ifdef QUEUED_VAR