Skip to content

Commit 5edcef8

Browse files
committed
kconfig: localmodconfig: remove unused $config
This is unused since commit cdfc479 ("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 <[email protected]>
1 parent adf7c5b commit 5edcef8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/kconfig/streamline_config.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ sub dprint {
5656
print STDERR @_;
5757
}
5858

59-
my $config = ".config";
60-
6159
my $uname = `uname -r`;
6260
chomp $uname;
6361

0 commit comments

Comments
 (0)