From: Masahiro Yamada Date: Tue, 17 Dec 2019 04:16:36 +0000 (+0900) Subject: kconfig: localmodconfig: remove unused $config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5edcef8454a4efb10a5cebdfbf284bcaf8b85451;p=linux.git 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 --- diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 08d76d7b3b81d..bbaa1e11a4e9f 100755 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -56,8 +56,6 @@ sub dprint { print STDERR @_; } -my $config = ".config"; - my $uname = `uname -r`; chomp $uname;