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/nix-pull.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/nix-pull.in') diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index c1382b442917..21fa30c61e2f 100644 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -29,7 +29,6 @@ umask 0022; # Process the URLs specified on the command line. my %narFiles; my %patches; -my %successors; my $skipWrongStore = 0; @@ -43,7 +42,7 @@ sub processURL { "'$url' > '$manifest'") == 0 or die "curl failed: $?"; - if (readManifest($manifest, \%narFiles, \%patches, \%successors) < 3) { + if (readManifest($manifest, \%narFiles, \%patches) < 3) { die "manifest `$url' is too old (i.e., for Nix <= 0.7)\n"; } -- cgit 1.4.1