In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Sun, 19 Dec 2010 16:20:30 +0000 (16:20 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sun, 19 Dec 2010 16:20:30 +0000 (16:20 +0000)
In libobjc/:
2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>

* sendmsg.c (method_setImplementation): Do not declare.

From-SVN: r168064

libobjc/ChangeLog
libobjc/sendmsg.c

index 44ae7f5..837d241 100644 (file)
@@ -1,5 +1,9 @@
 2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>
 
+       * sendmsg.c (method_setImplementation): Do not declare.
+
+2010-12-19  Nicola Pero  <nicola.pero@meta-innovation.com>
+
        * objc/message.h: Updated comments.
        * objc/runtime.h: Updated comments.
        
index 2fb716c..85610f8 100644 (file)
@@ -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)