kconfig: qconf: remove unused argument from ConfigList::updateList()
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Aug 2020 09:18:59 +0000 (18:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:39:14 +0000 (13:39 +0900)
commitcb77043f061a9ec7824784d18a0c484fbfe97059
tree7b24765e25b102693b53ca599010538f92f699a3
parent92641154bf6f138c37bae31cf735359f703749cc
kconfig: qconf: remove unused argument from ConfigList::updateList()

This function allocates 'item' before using it, so the argument 'item'
is always shadowed.

Remove the meaningless argument.

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