Message ID | 1312422727-9740-1-git-send-email-lacombar@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Aug 03, 2011 at 09:52:06PM -0400, Arnaud Lacombe wrote: > After commit 5416857867c9cc94aba641898c567d9707de30f1, 1nohelp_text' is no > longer referenced, nuke it. > > Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> > --- > scripts/kconfig/nconf.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) Applied to kbuild-2.6.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"
After commit 5416857867c9cc94aba641898c567d9707de30f1, 1nohelp_text' is no longer referenced, nuke it. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> --- scripts/kconfig/nconf.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)