(nil_method): Deleted from here.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 May 1996 12:16:46 +0000 (08:16 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 May 1996 12:16:46 +0000 (08:16 -0400)
From-SVN: r11981

gcc/objc/sendmsg.c

index 0b29946f6d28e22cb21bbe263fc65caa8f200510..ab783294a1a2d17ba2d38b29afa346882e93b23e 100644 (file)
@@ -61,12 +61,6 @@ static Method_t search_for_method_in_hierarchy (Class class, SEL sel);
 static Method_t search_for_method_in_list(MethodList_t list, SEL op);
 id nil_method(id, SEL, ...);
 
-id
-nil_method(id receiver, SEL op, ...)
-{
-  return receiver;
-}
-
 /* Given a class and selector, return the selector's implementation.  */
 __inline__
 IMP