aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-03-20 02:57:28 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-03-20 02:57:28 +0000
commitced5bce7155dd78a9d429386b39358ace8d7de4a (patch)
treeb495fa9989f9259a248d630d2f8797772fe8b74e /gcc/c-tree.h
parentd60726dac1d46570586bf8a2986287de97661d6b (diff)
downloadgcc-ced5bce7155dd78a9d429386b39358ace8d7de4a.zip
gcc-ced5bce7155dd78a9d429386b39358ace8d7de4a.tar.gz
gcc-ced5bce7155dd78a9d429386b39358ace8d7de4a.tar.bz2
objc-act.c (maybe_objc_method_name): Remove, never called.
2001-03-19 Stan Shebs <shebs@apple.com> * objc/objc-act.c (maybe_objc_method_name): Remove, never called. * c-lang.c (maybe_objc_method_name): Ditto. * c-tree.h (maybe_objc_method_name): Remove decl. From-SVN: r40646
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 939ca3f..45ed4de 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -148,7 +148,6 @@ extern void maybe_objc_check_decl PARAMS ((tree));
extern void finish_file PARAMS ((void));
extern int maybe_objc_comptypes PARAMS ((tree, tree, int));
extern tree maybe_building_objc_message_expr PARAMS ((void));
-extern tree maybe_objc_method_name PARAMS ((tree));
extern int recognize_objc_keyword PARAMS ((void));
extern tree lookup_objc_ivar PARAMS ((tree));