diff options
Diffstat (limited to 'scripts/remove-patches.pl')
-rwxr-xr-x | scripts/remove-patches.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/remove-patches.pl b/scripts/remove-patches.pl index 1a94dfa16..401771a27 100755 --- a/scripts/remove-patches.pl +++ b/scripts/remove-patches.pl @@ -6,10 +6,9 @@ use readmanifest; for my $p (@ARGV) { my %narFiles; - my %localPaths; my %patches; - readManifest $p, \%narFiles, \%localPaths, \%patches; + readManifest $p, \%narFiles, \%patches; %patches = (); |