kconfig: qconf: remove name from ConfigSearchWindow constructor
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Aug 2020 09:18:57 +0000 (18:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:38:39 +0000 (13:38 +0900)
commit740fdef8534f17184f0d57390be83a8a37e897f9
tree00ae60653db9f3f1ffeefbe193ffb7f80691bda3
parent1b4263e7507f5b9fd2f1f675f712f95c1394a18f
kconfig: qconf: remove name from ConfigSearchWindow constructor

This constructor is only called with "search" as the second argument.

Hard-code the name in the constructor, and drop it from the function
argument.

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