kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Aug 2020 09:19:01 +0000 (18:19 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:43:56 +0000 (13:43 +0900)
commit5b75a6c896bc858cd36eb7be5fbc23318cf4205c
tree302d4f242d7966dc1133fbb52f7837059412524d
parent1031685c5ec86cc84ccaea5825566c4ed08c66b7
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()

All the call-sites of this function pass 'this' to the first argument.

So, 'parent' is always the 'this' pointer.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h