diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 07:30:52 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-27 07:30:52 +0000 |
commit | 914e1fee71290761833bed86630e34cfb78603b2 (patch) | |
tree | d8a6fc94b32b95c84be96f50320a775a2d4e69ad /gcc/ggc-common.c | |
parent | 97bab0209b6317a1b9ef6ff2e22d289edae730a9 (diff) | |
download | gcc-914e1fee71290761833bed86630e34cfb78603b2.tar.gz |
* 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: svn+ssh://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.c | 6 |
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; |