]> Git Repo - linux.git/commitdiff
kconfig: remove redundant assignment prompt = prompt
authorDenis Efremov <[email protected]>
Mon, 31 Aug 2020 06:52:23 +0000 (09:52 +0300)
committerMasahiro Yamada <[email protected]>
Thu, 3 Sep 2020 03:21:22 +0000 (12:21 +0900)
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 <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
scripts/kconfig/nconf.c

index daf1c1506ec4cc95fece4e87f0bd799b4b9c7bef..e0f9655291665409507d668fdae57e71cb6968c3 100644 (file)
@@ -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",
This page took 0.053912 seconds and 4 git commands to generate.