From 44ffc80b50fcf51fdcdf7936dcf28c1090fcd7c5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 17 May 1996 08:16:46 -0400 Subject: [PATCH] (nil_method): Deleted from here. From-SVN: r11981 --- gcc/objc/sendmsg.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/objc/sendmsg.c b/gcc/objc/sendmsg.c index 0b29946f6d2..ab783294a1a 100644 --- a/gcc/objc/sendmsg.c +++ b/gcc/objc/sendmsg.c @@ -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 -- 2.30.2