diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-01-04 18:24:42 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-01-04 18:24:42 +0100 |
commit | cc08364315437bfd870363220373c48f64862e83 (patch) | |
tree | 0fa51a76c50ce0490f577525e97e043ab3c5c697 /src/libexpr/eval.hh | |
parent | 6d9a6d2cc3a20c9047436d174c9f91a2223da220 (diff) |
Remove non-method mkString()
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
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); |