kconfig: m/nconf: remove dead code to display children of choice members
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 10 May 2024 10:23:21 +0000 (19:23 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 May 2024 14:36:19 +0000 (23:36 +0900)
commite89b46159c510e2762ed39af65d530178122b6fb
tree22a49a6d9cdbb67ca647b5fa399b0d7ac4a0b07f
parent6ba750ddebc90aa97be376e05bc093371934ddce
kconfig: m/nconf: remove dead code to display children of choice members

This code previously displayed child symbols of the selected choice
member.

Since commit 7e3465f63a0a ("kconfig: do not reparent the menu inside
a choice block"), choice members never have child symbols, therefore
this is dead code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/mconf.c
scripts/kconfig/nconf.c