diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-03-31 09:39:18 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-03-31 09:39:18 -0600 |
commit | f41c18b2210ac36743f03ea218860b7941f4264e (patch) | |
tree | ed50d65f16522a69f9d3aba7ba85480829e65082 | |
parent | 1096d17b65834a7e1ff29d1afdf09536cc9d7a8d (diff) |
comments
-rw-r--r-- | src/libexpr/eval.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index 7c67f2ea8..399cf126d 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -781,10 +781,7 @@ void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm) std::cout << "(env.type == Env::HasWithAttrs)" << std::endl; Bindings::iterator j = env.values[0]->attrs->begin(); while (j != env.values[0]->attrs->end()) { - // std::cout << "adding : " << j->name << std::endl; map[j->name] = j->value; - // if (countCalls) attrSelects[*j->pos]++; - // return j->value; ++j; } } |