mirror of
https://github.com/NixOS/nix
synced 2025-06-26 07:31:15 +02:00
Cleanup
This commit is contained in:
parent
c8bb2371eb
commit
cb4320c1a0
2 changed files with 13 additions and 18 deletions
|
@ -261,14 +261,9 @@ EvalState::EvalState(const Strings & _searchPath)
|
|||
, sLine(symbols.create("line"))
|
||||
, sColumn(symbols.create("column"))
|
||||
, sFunctor(symbols.create("__functor"))
|
||||
, repair(false)
|
||||
, baseEnv(allocEnv(128))
|
||||
, staticBaseEnv(false, 0)
|
||||
, baseEnvDispl(0)
|
||||
{
|
||||
nrEnvs = nrValuesInEnvs = nrValues = nrListElems = 0;
|
||||
nrAttrsets = nrAttrsInAttrsets = nrOpUpdates = nrOpUpdateValuesCopied = 0;
|
||||
nrListConcats = nrPrimOpCalls = nrFunctionCalls = 0;
|
||||
countCalls = getEnv("NIX_COUNT_CALLS", "0") != "0";
|
||||
|
||||
restricted = settings.get("restrict-eval", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue