From patchwork Sun Dec 19 16:20:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(12)?= Date: Sun, 19 Dec 2010 06:20:32 -0000 From: Nicola Pero X-Patchwork-Id: 76140 Message-Id: <1292775632.896732338@192.168.2.227> To: "gcc-patches@gnu.org" This patch removes another internal function declaration that was added during the header file reorganization and is no longer needed. Committed to trunk. Thanks 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 + * sendmsg.c (method_setImplementation): Do not declare. + +2010-12-19 Nicola Pero + * objc/message.h: Updated comments. * objc/runtime.h: Updated comments.