summaryrefslogtreecommitdiff
path: root/scripts/kconfig/nconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-08-03 21:52:06 -0400
committerMichal Marek <mmarek@suse.cz>2011-08-08 15:26:51 +0200
commit4920e05c79417f9a8d236a044502e10729af91b3 (patch)
tree0da5bd95ec99019f7b901f1a648086d7e7fc58f1 /scripts/kconfig/nconf.c
parent322a8b034003c0d46d39af85bf24fee27b902f48 (diff)
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/kconfig/nconf.c')
-rw-r--r--scripts/kconfig/nconf.c2
1 files changed, 0 insertions, 2 deletions
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"