about summary refs log tree commit diff
path: root/scripts/remove-patches.pl
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-04-06T09·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-04-06T09·16+0000
commit1e7e4f21ba910bcf9da89b14cf2424a4b0955bed (patch)
treed7fc709bf97d96ce11a5d9e8117286ff5ff9446b /scripts/remove-patches.pl
parent0423d0692abebf16a19b65b37d4926de2539bf1c (diff)
* Remove the localPaths feature in manifests since it's no longer used
  and redundant anyway.

Diffstat (limited to 'scripts/remove-patches.pl')
-rwxr-xr-xscripts/remove-patches.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/remove-patches.pl b/scripts/remove-patches.pl
index 1a94dfa1640d..401771a27d76 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 = ();