aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2021-10-22 14:02:47 -0600
committerBen Burdette <bburdette@gmail.com>2021-10-22 14:02:47 -0600
commitcbc2f0fe31576a6403e179bdbbaf9aefa113555b (patch)
tree4fdc9791cabc2a23cfb1a46df689b4bb6952bb63 /src/libexpr/eval.hh
parent383ab600ee1f36f14677a0082473f5680193c12c (diff)
remove dead code
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh3
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());