aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
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/objc
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/objc')
-rw-r--r--gcc/objc/objc-act.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index d71ba59..c5db445 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -6937,19 +6937,6 @@ expr_last (complex_expr)
return complex_expr;
}
-/* The selector of the current method,
- or NULL if we aren't compiling a method. */
-
-tree
-maybe_objc_method_name (decl)
- tree decl ATTRIBUTE_UNUSED;
-{
- if (method_context)
- return METHOD_SEL_NAME (method_context);
- else
- return 0;
-}
-
/* Transform a method definition into a function definition as follows:
- synthesize the first two arguments, "self" and "_cmd". */