Skip to content

Commit bc8d2e2

Browse files
bulwahnmasahir0y
authored andcommitted
kconfig: remove a spurious self-assignment
The self assignment was probably introduced by an automated code refactoring in commit 694c49a ("kconfig: drop localization support"). The issue was identified by a self-assign warning when running make menuconfig with clang. Fixes: 694c49a ("kconfig: drop localization support") Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 6147b1c commit bc8d2e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/kconfig/mconf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ static void build_conf(struct menu *menu)
490490
switch (prop->type) {
491491
case P_MENU:
492492
child_count++;
493-
prompt = prompt;
494493
if (single_menu_mode) {
495494
item_make("%s%*c%s",
496495
menu->data ? "-->" : "++>",

0 commit comments

Comments
 (0)