aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-12-16 20:42:54 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-12-16 20:42:54 +0000
commit317c26c372354ca8cbeab6788692acad6cbffc63 (patch)
treeac2ca1c4d16437178b55a0c740c104634b91ca78 /gcc/c-common.h
parent4b428ee570e3654e2f3e05e4eb18c249907ac5c8 (diff)
downloadgcc-317c26c372354ca8cbeab6788692acad6cbffc63.zip
gcc-317c26c372354ca8cbeab6788692acad6cbffc63.tar.gz
gcc-317c26c372354ca8cbeab6788692acad6cbffc63.tar.bz2
c-common.c, c-common.h (back_end_hook): Remove.
* 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. From-SVN: r48079
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 f6e6290..514c448 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