]> 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)
commit44c155304d16e69c5165028d09e9c26ff9caaf60
tree7b24765e25b102693b53ca599010538f92f699a3
parent95514f56bad5d48665d895f3a6bdb9cefc2d091c
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