OSDN Git Service

kconfig: localmodconfig: remove unused $config
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:16:36 +0000 (13:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 6 Jan 2020 17:18:44 +0000 (02:18 +0900)
commit5edcef8454a4efb10a5cebdfbf284bcaf8b85451
tree234504af47342e3d7baed0fe6162a6f61f038bc8
parentadf7c5bd0674b04588246e444efef9987b2f1a6b
kconfig: localmodconfig: remove unused $config

This is unused since commit cdfc47950a53 ("kconfig: search for a config
to base the local(mod|yes)config on").

Having unused $config is confusing because $config is used as a local
variable in various sub-routines.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/streamline_config.pl