diff options
Diffstat (limited to 'gcc/ch/lang.c')
-rw-r--r-- | gcc/ch/lang.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c index fbb646b..0c493b7 100644 --- a/gcc/ch/lang.c +++ b/gcc/ch/lang.c @@ -1,5 +1,5 @@ /* Language-specific hook definitions for CHILL front end. - Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000 + Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -148,18 +148,6 @@ lang_print_xnode (file, node, indent) int indent ATTRIBUTE_UNUSED; { } - -void -GNU_xref_begin () -{ - fatal ("GCC does not yet support XREF"); -} - -void -GNU_xref_end () -{ - fatal ("GCC does not yet support XREF"); -} /* * process chill-specific compiler command-line options |