From: Nicola Pero Date: Sun, 19 Dec 2010 16:20:30 +0000 (+0000) Subject: In libobjc/: 2010-12-19 Nicola Pero X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f38ced19a143968e9aedd7c9d1a8292cb7362b9;p=gcc.git In libobjc/: 2010-12-19 Nicola Pero In libobjc/: 2010-12-19 Nicola Pero * sendmsg.c (method_setImplementation): Do not declare. From-SVN: r168064 --- diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 44ae7f53131..837d24147a2 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2010-12-19 Nicola Pero + + * sendmsg.c (method_setImplementation): Do not declare. + 2010-12-19 Nicola Pero * objc/message.h: Updated comments. diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 2fb716c2e78..85610f8e6e0 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)