From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119876 invoked by alias); 13 May 2016 06:30:32 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 119599 invoked by uid 89); 13 May 2016 06:30:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=*ret X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 13 May 2016 06:30:24 +0000 Received: by mail-pf0-f182.google.com with SMTP id y69so38839757pfb.1 for ; Thu, 12 May 2016 23:30:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=SYttMeSqLdFQA7C08bMVmsN6ZP8Z+yaqnxD5hEXMyHA=; b=Q/eXHxFvkSgV1yvr4BG0SMdp13pPN1mEHF3quSRB+MhLSFtW3uWdN/vZdFpDIIV8Pe yX2BFlv77ZKDsw0a4PTWWYrvv6ZCYdj3aQFA41dD6JEHQHPeo9FwJBsKtpaifRskTq08 3Knnurzwgha7Mr68zOOQ+xaZr4qJgN7fXiTS7AzG/duyRk+yClTBV2E4wyiR4jXXMAjp fbSEj2do/kWQUZJKyiQuV5omw2Mum7qVSP7B+IlWOXYNF4LPdVjZ2u5CssiuHRBvVuSS XLixux8WzTenLYmjYAuccO8vkFbtDIjUUyHllvpIWD9nze7dMLOLvGOOfRsnTxbWrysm v9mA== X-Gm-Message-State: AOPr4FVucBQ+gws4FrFD/dQDn/vr6r1sCmpdgFSKNfQUES4Y89kr/VpLhHajB5LnFLy5hA== X-Received: by 10.98.18.11 with SMTP id a11mr20435226pfj.102.1463121022804; Thu, 12 May 2016 23:30:22 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id c2sm24348415pfc.40.2016.05.12.23.30.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 May 2016 23:30:22 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id AC60BEA0153; Fri, 13 May 2016 16:00:17 +0930 (ACST) Date: Fri, 13 May 2016 06:30:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: Fix build breakage Message-ID: <20160513063017.GK2111@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00168.txt.bz2 Committed. * config/obj-coff.c (weak_uniquify): Delete unused var. diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index 24f22b5..b3bafee 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -1097,7 +1097,6 @@ weak_altname2name (const char * name) static const char * weak_uniquify (const char * name) { - char *ret; const char * unique = ""; #ifdef TE_PE -- Alan Modra Australia Development Lab, IBM