1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00

more cleanup

This commit is contained in:
Ben Burdette 2021-11-25 08:23:07 -07:00
parent 7e2a3db4eb
commit 69e26c5c4b
3 changed files with 13 additions and 15 deletions

View file

@ -638,7 +638,6 @@ void printStaticEnvBindings(const Expr &expr)
{
printStaticEnvBindings(*expr.staticenv.get(), 0);
}
}
void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm)

View file

@ -3,7 +3,6 @@
#include "util.hh"
#include <cstdlib>
#include <iostream>
namespace nix {