mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02:00
more cleanup
This commit is contained in:
parent
7e2a3db4eb
commit
69e26c5c4b
3 changed files with 13 additions and 15 deletions
|
@ -638,7 +638,6 @@ void printStaticEnvBindings(const Expr &expr)
|
|||
{
|
||||
printStaticEnvBindings(*expr.staticenv.get(), 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void mapStaticEnvBindings(const StaticEnv &se, const Env &env, valmap & vm)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include "util.hh"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
Loading…
Reference in a new issue