diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 918bf6a..8a5fd6b 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -140,18 +140,6 @@ build_objc_string (len, str) return NULL_TREE; } -void -GNU_xref_begin () -{ - fatal ("GCC does not yet support XREF"); -} - -void -GNU_xref_end () -{ - fatal ("GCC does not yet support XREF"); -} - /* Called at end of parsing, but before end-of-file processing. */ void |