aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-10-18 05:45:37 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-10-18 05:45:37 +0000
commit67673f5c5ba19b0012c518faa7aa7e3fc0a494b8 (patch)
treea423e6df5b432920d8f9fbe1c1a2321d11a04ed2 /gcc/cp/decl2.c
parent265dab10ab0055accb4959a658f3c907d906b6fe (diff)
downloadgcc-67673f5c5ba19b0012c518faa7aa7e3fc0a494b8.zip
gcc-67673f5c5ba19b0012c518faa7aa7e3fc0a494b8.tar.gz
gcc-67673f5c5ba19b0012c518faa7aa7e3fc0a494b8.tar.bz2
c-common.c (back_end_hook): New variable.
* c-common.c (back_end_hook): New variable. * c-common.h (back_end_hook): Declare it. * c-lang.c (finish_file): Use it. * emit-rtl.c (init_emit_once): Initialize the const_int_htab earlier. * cp-tree.h (back_end_hook): Remove declaration. * decl2.c (back_end_hook): Remove definition. * dump.c (dequeue_and_dump): Dump TREE_USED. From-SVN: r36928
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 4f6b57e..fc319b7 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -490,11 +490,6 @@ int flag_permissive;
int flag_enforce_eh_specs = 1;
-/* If this variable is defined to a non-NULL value, it will be called
- after the file has been completely parsed. */
-
-void (*back_end_hook) PARAMS ((tree));
-
/* The variant of the C language being processed. */
c_language_kind c_language = clk_cplusplus;