Commit 44ffc80b by Richard Kenner

(nil_method): Deleted from here.

From-SVN: r11981
parent cc06bcdb
...@@ -61,12 +61,6 @@ static Method_t search_for_method_in_hierarchy (Class class, SEL sel); ...@@ -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); static Method_t search_for_method_in_list(MethodList_t list, SEL op);
id nil_method(id, SEL, ...); id nil_method(id, SEL, ...);
id
nil_method(id receiver, SEL op, ...)
{
return receiver;
}
/* Given a class and selector, return the selector's implementation. */ /* Given a class and selector, return the selector's implementation. */
__inline__ __inline__
IMP IMP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment