mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
comments
This commit is contained in:
parent
1096d17b65
commit
f41c18b221
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue