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
-3
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());