diff options
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; |