From patchwork Thu Aug 4 01:52:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 1033752 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p741xxSu002024 for ; Thu, 4 Aug 2011 02:00:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932198Ab1HDB77 (ORCPT ); Wed, 3 Aug 2011 21:59:59 -0400 Received: from mail-iy0-f170.google.com ([209.85.210.170]:56678 "EHLO mail-iy0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932189Ab1HDB76 (ORCPT ); Wed, 3 Aug 2011 21:59:58 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 04 Aug 2011 02:00:00 +0000 (UTC) X-Greylist: delayed 461 seconds by postgrey-1.27 at vger.kernel.org; Wed, 03 Aug 2011 21:59:57 EDT Received: by iye16 with SMTP id 16so745774iye.1 for ; Wed, 03 Aug 2011 18:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=cfQJLhyqOoytACln/6JSxHTd8b+EWmu+qZKv12b215c=; b=m+NovPpoSMuyYUJcVXJ6FQ24mFSOVsWbyAv3BHIMLPKzAQ5NaXMb1YQLE/5P5/uku6 CcdclKHhoKmgeacHqKiem8ajzK64UUDqUugMEb0Wg9O3xo3eLHNksswTZSbCCUUJOhB0 EwLEy0/cx1rKW/E24KsmZq8jbOx+UlZb8Kvgo= Received: by 10.231.91.5 with SMTP id k5mr135728ibm.178.1312422735625; Wed, 03 Aug 2011 18:52:15 -0700 (PDT) Received: from localhost.localdomain (69-165-143-95.dsl.teksavvy.com [69.165.143.95]) by mx.google.com with ESMTPS id t7sm929728ibt.37.2011.08.03.18.52.14 (version=SSLv3 cipher=OTHER); Wed, 03 Aug 2011 18:52:15 -0700 (PDT) From: Arnaud Lacombe To: Michal Marek Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Arnaud Lacombe Subject: [PATCH 1/2] kconfig/nconf: nuke unreferenced `nohelp_text' Date: Wed, 3 Aug 2011 21:52:06 -0400 Message-Id: <1312422727-9740-1-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.6.153.g78432 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org After commit 5416857867c9cc94aba641898c567d9707de30f1, 1nohelp_text' is no longer referenced, nuke it. Signed-off-by: Arnaud Lacombe --- scripts/kconfig/nconf.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 39ca1f1..b113c50 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -182,8 +182,6 @@ setmod_text[] = N_( "This feature depends on another which\n" "has been configured as a module.\n" "As a result, this feature will be built as a module."), -nohelp_text[] = N_( -"There is no help available for this option.\n"), load_config_text[] = N_( "Enter the name of the configuration file you wish to load.\n" "Accept the name shown to restore the configuration you\n"