]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit96191c355f1046b26e83b10f7d842380cfc779c2
tree302d4f242d7966dc1133fbb52f7837059412524d
parent7911489fad68e74c21ec533489379238c467d7d9
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