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: NMasahiro Yamada <masahiroy@kernel.org>
上级 adf7c5bd
......@@ -56,8 +56,6 @@ sub dprint {
print STDERR @_;
}
my $config = ".config";
my $uname = `uname -r`;
chomp $uname;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部