mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
remove dead code
This commit is contained in:
parent
383ab600ee
commit
cbc2f0fe31
3 changed files with 0 additions and 196 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue