mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
remove debug code
This commit is contained in:
parent
d29af88d58
commit
50b52d5110
1 changed files with 0 additions and 1 deletions
|
@ -778,7 +778,6 @@ void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm)
|
||||||
auto map = valmap();
|
auto map = valmap();
|
||||||
if (env.type == Env::HasWithAttrs)
|
if (env.type == Env::HasWithAttrs)
|
||||||
{
|
{
|
||||||
std::cout << "(env.type == Env::HasWithAttrs)" << std::endl;
|
|
||||||
Bindings::iterator j = env.values[0]->attrs->begin();
|
Bindings::iterator j = env.values[0]->attrs->begin();
|
||||||
while (j != env.values[0]->attrs->end()) {
|
while (j != env.values[0]->attrs->end()) {
|
||||||
map[j->name] = j->value;
|
map[j->name] = j->value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue