aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r--src/libexpr/eval.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index cd7d19747..112690189 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -413,6 +413,7 @@ EvalState::EvalState(
, sSelf(symbols.create("self"))
, sEpsilon(symbols.create(""))
, repair(NoRepair)
+ , emptyBindings(0)
, store(store)
, buildStore(buildStore ? buildStore : store)
, regexCache(makeRegexCache())
@@ -454,8 +455,6 @@ EvalState::EvalState(
}
}
- vEmptySet.mkAttrs(allocBindings(0));
-
createBaseEnv();
}