1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 11:41:15 +02:00

* Remove dead code.

This commit is contained in:
Eelco Dolstra 2012-01-04 21:47:48 +00:00
parent 35f2a6ba82
commit b52966e821
2 changed files with 0 additions and 4 deletions

View file

@ -148,8 +148,6 @@ EvalState::EvalState()
nrAttrsets = nrOpUpdates = nrOpUpdateValuesCopied = 0;
deepestStack = (char *) -1;
allowUnsafeEquality = getEnv("NIX_NO_UNSAFE_EQ", "") == "";
#if HAVE_BOEHMGC
static bool gcInitialised = true;
if (gcInitialised) {