diff --git a/src/libstore/include/nix/store/derived-path.hh b/src/libstore/include/nix/store/derived-path.hh index 70074ea40..1e806371a 100644 --- a/src/libstore/include/nix/store/derived-path.hh +++ b/src/libstore/include/nix/store/derived-path.hh @@ -234,10 +234,6 @@ struct DerivedPath : _DerivedPathRaw return static_cast(*this); } - bool operator==(const DerivedPath &) const = default; - // TODO libc++ 16 (used by darwin) missing `std::set::operator <=>`, can't do yet. - // auto operator <=> (const DerivedPath &) const = default; - /** * Get the store path this is ultimately derived from (by realising * and projecting outputs).