* 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) {

View File

@ -209,8 +209,6 @@ public:
private:
SrcToStore srcToStore;
bool allowUnsafeEquality;
/* A cache from path names to parse trees. */
std::map<Path, Expr *> parseTrees;