commit | 5b75a6c896bc858cd36eb7be5fbc23318cf4205c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Aug 07 18:19:01 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Aug 14 13:43:56 2020 +0900 |
tree | 302d4f242d7966dc1133fbb52f7837059412524d | |
parent | 1031685c5ec86cc84ccaea5825566c4ed08c66b7 [diff] |
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>