Skip to content

Commit

Permalink
kconfig: localmodconfig: remove unused $config
Browse files Browse the repository at this point in the history
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 <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Jan 6, 2020
1 parent adf7c5b commit 5edcef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ sub dprint {
print STDERR @_;
}

my $config = ".config";

my $uname = `uname -r`;
chomp $uname;

Expand Down

0 comments on commit 5edcef8

Please sign in to comment.