From 317c26c372354ca8cbeab6788692acad6cbffc63 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 16 Dec 2001 20:42:54 +0000 Subject: 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 --- gcc/c-common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/c-common.h') 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 -- cgit v1.1