OSDN Git Service

(nil_method): Deleted from here.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 12:16:46 +0000 (12:16 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 12:16:46 +0000 (12:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11981 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/sendmsg.c

index 0b29946..ab78329 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