Commit 5edcef84 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: localmodconfig: remove unused $config

This is unused since commit cdfc4795 ("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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent adf7c5bd
......@@ -56,8 +56,6 @@ sub dprint {
print STDERR @_;
}
my $config = ".config";
my $uname = `uname -r`;
chomp $uname;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment