From: Arnaud Lacombe Date: Thu, 4 Aug 2011 01:52:06 +0000 (-0400) Subject: kconfig/nconf: nuke unreferenced `nohelp_text' X-Git-Tag: next-20110809~40^2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4920e05c79417f9a8d236a044502e10729af91b3;p=karo-tx-linux.git kconfig/nconf: nuke unreferenced `nohelp_text' After commit 5416857867c9cc94aba641898c567d9707de30f1, nohelp_text' is no longer referenced, nuke it. Signed-off-by: Arnaud Lacombe Signed-off-by: Michal Marek --- diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 39ca1f1640ea..b113c50209e3 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"