aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-01-04 18:24:42 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-01-04 18:24:42 +0100
commitcc08364315437bfd870363220373c48f64862e83 (patch)
tree0fa51a76c50ce0490f577525e97e043ab3c5c697 /src/libexpr/eval.hh
parent6d9a6d2cc3a20c9047436d174c9f91a2223da220 (diff)
Remove non-method mkString()
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 44ccc6593..c7f74d7b7 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -44,8 +44,6 @@ struct Env
};
-Value & mkString(Value & v, std::string_view s, const PathSet & context = PathSet());
-
void copyContext(const Value & v, PathSet & context);