From owner-svn-src-head@FreeBSD.ORG Fri Oct 31 09:53:10 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 760369B4; Fri, 31 Oct 2014 09:53:10 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7AE7CA; Fri, 31 Oct 2014 09:53:09 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id p9so121360lbv.14 for ; Fri, 31 Oct 2014 02:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=UADyE3XsXLiB6OWB+kup+Ks/o7cz7WgsTdzkq8ReVOY=; b=CEnCqSRtf3OFC3L9JD3CNwbUz1GdDyXiQVRVkKPGgYE8jK5xYmgWexRcn7pc9qXSLf cLdHzaeAP5/b3pq7lHKUGiIBV4cFWlns/0HEkRhhpVaIBZqFNRkUbBqohjil0VTBTHJn oykZGuQWEsjXbdkBX+uCi/SeSRwyLnCBGz2nz66/bU27ewPGW4jGc2qUykRqmgTpBC3g AcxAfB/cnc1DhU113PgePh3cSuWHESs72qYye+AJ0HqCRsZ6bUsheSTvB1+GRd1fRHRV /JJ5UpMQhQsSd8mBX2HhAa85fymO3bnxW0h3ArOxKneVM21ykLgBZmLfCDtuZV4iA54U nChQ== X-Received: by 10.112.47.37 with SMTP id a5mr24911981lbn.31.1414749187289; Fri, 31 Oct 2014 02:53:07 -0700 (PDT) Received: from brick.home (adbf36.neoplus.adsl.tpnet.pl. [79.184.5.36]) by mx.google.com with ESMTPSA id t5sm4242331lat.46.2014.10.31.02.53.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Oct 2014 02:53:06 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 31 Oct 2014 10:53:03 +0100 From: Edward Tomasz Napierala To: Sergey Kandaurov Subject: Re: svn commit: r273861 - head/sbin/mount_nfs Message-ID: <20141031095303.GA7150@brick.home> Mail-Followup-To: Sergey Kandaurov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201410301405.s9UE5nUO046896@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 09:53:10 -0000 On 1030T1847, Sergey Kandaurov wrote: > On 30 October 2014 17:05, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Thu Oct 30 14:05:48 2014 > > New Revision: 273861 > > URL: https://svnweb.freebsd.org/changeset/base/273861 > > > > Log: > > Remove two functions unused after r273848. Would be nice if clang > > or at least scan-build yelled about it. > > It does but with WARNS=3, -Wunused-function is disabled. Ah, right. Fixed :-)