diff options
Diffstat (limited to 'gcc/ggc-callbacks.c')
-rw-r--r-- | gcc/ggc-callbacks.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/ggc-callbacks.c b/gcc/ggc-callbacks.c index c56e13ea307..b53af557978 100644 --- a/gcc/ggc-callbacks.c +++ b/gcc/ggc-callbacks.c @@ -1,5 +1,5 @@ /* Empty GC callbacks to be used by languages that don't support GC. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -36,11 +36,3 @@ lang_mark_tree (t) abort (); } -void ATTRIBUTE_NORETURN -lang_mark_false_label_stack (l) - struct label_node *l ATTRIBUTE_UNUSED; -{ - /* If this function is called, we are doing GC. But, this file is - only included in compilers for languages that don't support GC. */ - abort (); -} |