public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libobjc: header cleanup for new API (12)
@ 2010-12-19 17:37 Nicola Pero
  0 siblings, 0 replies; only message in thread
From: Nicola Pero @ 2010-12-19 17:37 UTC (permalink / raw)
  To: gcc-patches

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  <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.
        


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-19 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-19 17:37 libobjc: header cleanup for new API (12) Nicola Pero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).