1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

remove dead code

This commit is contained in:
Ben Burdette 2021-10-22 14:02:47 -06:00
parent 383ab600ee
commit cbc2f0fe31
3 changed files with 0 additions and 196 deletions

View file

@ -45,9 +45,6 @@ struct Env
Value * values[0];
};
void printEnvBindings(const Env &env, int lv = 0);
valmap * mapEnvBindings(const Env &env);
void printEnvPosChain(const Env &env, int lv = 0);
valmap * mapStaticEnvBindings(const StaticEnv &se, const Env &env);
Value & mkString(Value & v, std::string_view s, const PathSet & context = PathSet());