aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-03-27 07:30:52 +0000
committerNeil Booth <neil@daikokuya.demon.co.uk>2002-03-27 07:30:52 +0000
commit767970978a7ce90c24f53d87107b3384d2559793 (patch)
treed8a6fc94b32b95c84be96f50320a775a2d4e69ad /gcc/ggc-common.c
parent04522d7e384ff152072598cbfb62121a12073eeb (diff)
* gcc-common.c (lang_mark_false_label_stack): Remove.
* ggc.h (lang_mark_false_label_stack): Similarly. ada: * misc.c (ggc_p): Remove. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r--gcc/ggc-common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c
index 9c7b46d2b8b..6a6b69b3dd8 100644
--- a/gcc/ggc-common.c
+++ b/gcc/ggc-common.c
@@ -35,12 +35,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Statistics about the allocation. */
static ggc_statistics *ggc_stats;
-/* The FALSE_LABEL_STACK, declared in except.h, has language-dependent
- semantics. If a front-end needs to mark the false label stack, it
- should set this pointer to a non-NULL value. Otherwise, no marking
- will be done. */
-void (*lang_mark_false_label_stack) PARAMS ((struct label_node *));
-
/* Trees that have been marked, but whose children still need marking. */
varray_type ggc_pending_trees;