From 36d9258c0dbfeab095dc5727b6ebcb55afacb0a6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 23 Jan 2007 16:05:59 +0000 Subject: * Successors have been gone for ages. --- scripts/remove-patches.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/remove-patches.pl') diff --git a/scripts/remove-patches.pl b/scripts/remove-patches.pl index 8329ab038a..75eb0ce778 100755 --- a/scripts/remove-patches.pl +++ b/scripts/remove-patches.pl @@ -7,13 +7,12 @@ for my $p (@ARGV) { my %narFiles; my %patches; - my %successors; readManifest $p, - \%narFiles, \%patches, \%successors; + \%narFiles, \%patches; %patches = (); writeManifest $p, - \%narFiles, \%patches, \%successors; + \%narFiles, \%patches; } -- cgit 1.4.1