diff options
author | Philipp Otterbein <potterbein@blockstream.com> | 2022-12-24 12:19:53 +0100 |
---|---|---|
committer | Philipp Otterbein <potterbein@blockstream.com> | 2022-12-24 12:19:53 +0100 |
commit | 8af839f48c795370df704c8dd40544c88950c1ed (patch) | |
tree | c28fc831efb74b6973e2b4eb50163cd95280ac88 /src | |
parent | a6e9d9cb2f1738a4e713806e9a80438bf716c272 (diff) |
remove undefined function
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index cf307d820..983491a31 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -60,7 +60,6 @@ void copyContext(const Value & v, PathSet & context); typedef std::map<Path, StorePath> SrcToStore; -std::ostream & printValue(const EvalState & state, std::ostream & str, const Value & v); std::string printValue(const EvalState & state, const Value & v); std::ostream & operator << (std::ostream & os, const ValueType t); |