remove undefined function

This commit is contained in:
Philipp Otterbein 2022-12-24 12:19:53 +01:00
parent a6e9d9cb2f
commit 8af839f48c

View file

@ -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);