diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T14·19+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T14·19+0000 |
commit | d8bdf5b06e50ea4a618f2b69c4839f92086ebb29 (patch) | |
tree | 758599d4e45164f64301dc01cb07331b03ae1603 /src | |
parent | a9f2928ed6edb15faa1ad5fc563662a08a92ced1 (diff) |
* Removed some debug code that prevented packages from building.
Diffstat (limited to 'src')
-rw-r--r-- | src/nix.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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 |