]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: gconf: remove meaningless code in init_main_window()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:04:59 +0000 (00:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000 (20:07 +0900)
commit5575df3d3a216860db720ed5d3d1dcef33ab4d6d
treece0dab3387bdb722295fda7d2be8629c06b77473
parentab2924ab5e75380b007fad1fded809b5ba650b76
kconfig: gconf: remove meaningless code in init_main_window()

The 'widget' variable is set, but not used in later code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/gconf.c