From d8bdf5b06e50ea4a618f2b69c4839f92086ebb29 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 May 2003 14:19:25 +0000 Subject: * Removed some debug code that prevented packages from building. --- src/nix.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/nix.cc b/src/nix.cc index 5904bf82d519..d068e9616f94 100644 --- a/src/nix.cc +++ b/src/nix.cc @@ -267,8 +267,6 @@ void installPkg(string hash) _exit(0); } - throw Error("no prebuilt available"); - build: /* Fill in the environment. We don't bother freeing the -- cgit 1.4.1