diff options
author | Ben Burdette <bburdette@gmail.com> | 2021-10-22 14:02:47 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2021-10-22 14:02:47 -0600 |
commit | cbc2f0fe31576a6403e179bdbbaf9aefa113555b (patch) | |
tree | 4fdc9791cabc2a23cfb1a46df689b4bb6952bb63 /src/libexpr/eval.hh | |
parent | 383ab600ee1f36f14677a0082473f5680193c12c (diff) |
remove dead code
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 29599cc6c..ae1e6ee60 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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()); |