]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb84bd01241295f2de40afaaedf36097374778677
tree7b24765e25b102693b53ca599010538f92f699a3
parent5455a6baa6b993868cbe8659d60cbec714fea9c4
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