mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
kconfig: remove a spurious self-assignment
The self assignment was probably introduced by an automated code refactoring in commit694c49a7c0
("kconfig: drop localization support"). The issue was identified by a self-assign warning when running make menuconfig with clang. Fixes:694c49a7c0
("kconfig: drop localization support") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
6147b1cf19
commit
bc8d2e20a3
1 changed files with 0 additions and 1 deletions
|
@ -490,7 +490,6 @@ static void build_conf(struct menu *menu)
|
|||
switch (prop->type) {
|
||||
case P_MENU:
|
||||
child_count++;
|
||||
prompt = prompt;
|
||||
if (single_menu_mode) {
|
||||
item_make("%s%*c%s",
|
||||
menu->data ? "-->" : "++>",
|
||||
|
|
Loading…
Reference in a new issue