diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-08-03 21:52:06 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-08-08 15:26:51 +0200 |
commit | 4920e05c79417f9a8d236a044502e10729af91b3 (patch) | |
tree | 0da5bd95ec99019f7b901f1a648086d7e7fc58f1 /scripts | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 (diff) | |
download | linux-3.10-4920e05c79417f9a8d236a044502e10729af91b3.tar.gz linux-3.10-4920e05c79417f9a8d236a044502e10729af91b3.tar.bz2 linux-3.10-4920e05c79417f9a8d236a044502e10729af91b3.zip |
kconfig/nconf: nuke unreferenced `nohelp_text'
After commit 5416857867c9cc94aba641898c567d9707de30f1, nohelp_text' is no
longer referenced, nuke it.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | 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 39ca1f1640e..b113c50209e 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" |