From patchwork Sun Dec 19 16:20:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Pero X-Patchwork-Id: 76140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 96324B6EF1 for ; Mon, 20 Dec 2010 03:20:49 +1100 (EST) Received: (qmail 14095 invoked by alias); 19 Dec 2010 16:20:46 -0000 Received: (qmail 14081 invoked by uid 22791); 19 Dec 2010 16:20:44 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL, BAYES_00, SARE_SUB_ENC_UTF8, TW_BJ, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Dec 2010 16:20:37 +0000 Received: from eggs.gnu.org ([140.186.70.92]:42761) by fencepost.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PULzs-0001z5-L2 for gcc-patches@gnu.org; Sun, 19 Dec 2010 11:20:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PULzt-0002gi-TI for gcc-patches@gnu.org; Sun, 19 Dec 2010 11:20:35 -0500 Received: from smtp151.iad.emailsrvr.com ([207.97.245.151]:43334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PULzt-0002gX-OZ for gcc-patches@gnu.org; Sun, 19 Dec 2010 11:20:33 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp45.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 0595C901B7 for ; Sun, 19 Dec 2010 11:20:33 -0500 (EST) Received: from dynamic8.wm-web.iad.mlsrvr.com (dynamic8.wm-web.iad1a.rsapps.net [192.168.2.149]) by smtp45.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id E91AD90199 for ; Sun, 19 Dec 2010 11:20:32 -0500 (EST) Received: from meta-innovation.com (localhost [127.0.0.1]) by dynamic8.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id DBEF4305006C for ; Sun, 19 Dec 2010 11:20:32 -0500 (EST) Received: by www2.webmail.us (Authenticated sender: nicola.pero@meta-innovation.com, from: nicola.pero@meta-innovation.com) with HTTP; Sun, 19 Dec 2010 17:20:32 +0100 (CET) Date: Sun, 19 Dec 2010 17:20:32 +0100 (CET) Subject: =?UTF-8?Q?libobjc:=20header=20cleanup=20for=20new=20API=20(12)?= From: "Nicola Pero" To: "gcc-patches@gnu.org" MIME-Version: 1.0 X-Type: plain Message-ID: <1292775632.896732338@192.168.2.227> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.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.