diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index a34f306..504f342 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -171,15 +171,6 @@ recognize_objc_keyword () return 0; } -tree -build_objc_string (len, str) - int len ATTRIBUTE_UNUSED; - const char *str ATTRIBUTE_UNUSED; -{ - abort (); - return NULL_TREE; -} - /* Used by c-typeck.c (build_external_ref), but only for objc. */ tree |