diff options
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r-- | libobjc/sendmsg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 2fb716c..85610f8 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -790,10 +790,6 @@ class_addMethod (Class class_, SEL selector, IMP implementation, return YES; } -/* Temporarily, until we include objc/runtime.h. */ -extern IMP -method_setImplementation (struct objc_method * method, IMP implementation); - IMP class_replaceMethod (Class class_, SEL selector, IMP implementation, const char *method_types) |