diff options
| author | Stan Shebs <shebs@apple.com> | 2002-09-03 16:40:29 +0000 |
|---|---|---|
| committer | Stan Shebs <shebs@gcc.gnu.org> | 2002-09-03 16:40:29 +0000 |
| commit | b50d021d86eb6ab00b0d4c69cb39cd784733f77e (patch) | |
| tree | b9e1bb81f16fcb31d7f5424cfa2011a195ff26f6 /gcc/c-lang.c | |
| parent | b808c04c9d8715ee20ea79120c05dc856da0726b (diff) | |
| download | gcc-b50d021d86eb6ab00b0d4c69cb39cd784733f77e.zip gcc-b50d021d86eb6ab00b0d4c69cb39cd784733f77e.tar.gz gcc-b50d021d86eb6ab00b0d4c69cb39cd784733f77e.tar.bz2 | |
c-lang.c (recognize_objc_keyword): Remove, no longer used.
* c-lang.c (recognize_objc_keyword): Remove, no longer used.
* c-tree.h (recognize_objc_keyword): Remove decl.
* c-typeck.c (comp_target_types): Update a comment.
From-SVN: r56760
Diffstat (limited to 'gcc/c-lang.c')
| -rw-r--r-- | gcc/c-lang.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index b6f8a7c..ec17f50 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -195,12 +195,6 @@ objc_message_selector () return 0; } -int -recognize_objc_keyword () -{ - return 0; -} - /* Used by c-typeck.c (build_external_ref), but only for objc. */ tree |
