diff mbox

=?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(12)?=

Message ID 1292775632.896732338@192.168.2.227
State New
Headers show

Commit Message

Nicola Pero Dec. 19, 2010, 4:20 p.m. UTC
This patch removes another internal function declaration that was
added during the header file reorganization and is no longer needed.

Committed to trunk.

Thanks
diff mbox

Patch

Index: sendmsg.c
===================================================================
--- sendmsg.c   (revision 168059)
+++ sendmsg.c   (working copy)
@@ -790,10 +790,6 @@ 
   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)
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 168062)
+++ ChangeLog   (working copy)
@@ -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.