mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
* Remove dead code.
This commit is contained in:
parent
35f2a6ba82
commit
b52966e821
2 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue