2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 03:04:01 +08:00

kconfig: localmodconfig: remove unused $config

This is unused since commit cdfc47950a ("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>
This commit is contained in:
Masahiro Yamada 2019-12-17 13:16:36 +09:00
parent adf7c5bd06
commit 5edcef8454

View File

@ -56,8 +56,6 @@ sub dprint {
print STDERR @_;
}
my $config = ".config";
my $uname = `uname -r`;
chomp $uname;