From: Denis Efremov Date: Mon, 31 Aug 2020 06:52:23 +0000 (+0300) Subject: kconfig: remove redundant assignment prompt = prompt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=163e0c27fead96fd6804fa59a55fc4f841d38db8;p=linux.git kconfig: remove redundant assignment prompt = prompt Semi-automatic removing of localization macros changed the line from "prompt = _(prompt);" to "prompt = prompt;". Drop the reduntand assignment. Fixes: 694c49a7c01c ("kconfig: drop localization support") Signed-off-by: Denis Efremov Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index daf1c1506ec4c..e0f9655291665 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -755,7 +755,6 @@ static void build_conf(struct menu *menu) switch (ptype) { case P_MENU: child_count++; - prompt = prompt; if (single_menu_mode) { item_make(menu, 'm', "%s%*c%s",