diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-12-16 20:42:54 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-12-16 20:42:54 +0000 |
commit | 317c26c372354ca8cbeab6788692acad6cbffc63 (patch) | |
tree | ac2ca1c4d16437178b55a0c740c104634b91ca78 /gcc/c-common.h | |
parent | 4b428ee570e3654e2f3e05e4eb18c249907ac5c8 (diff) | |
download | gcc-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.h | 6 |
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 |