diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-03-27 07:30:52 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-03-27 07:30:52 +0000 |
commit | 31c816cfbd182b8ee7a801367d8afc07880f370f (patch) | |
tree | d8a6fc94b32b95c84be96f50320a775a2d4e69ad /gcc/ggc-common.c | |
parent | 3eb35fcfd4c1dfa79ca709bca4b8ef291a647c7f (diff) | |
download | gcc-31c816cfbd182b8ee7a801367d8afc07880f370f.zip gcc-31c816cfbd182b8ee7a801367d8afc07880f370f.tar.gz gcc-31c816cfbd182b8ee7a801367d8afc07880f370f.tar.bz2 |
gcc-common.c (lang_mark_false_label_stack): Remove.
* gcc-common.c (lang_mark_false_label_stack): Remove.
* ggc.h (lang_mark_false_label_stack): Similarly.
ada:
* misc.c (ggc_p): Remove.
From-SVN: r51433
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 9c7b46d..6a6b69b 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; |