mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 11:31:03 +01:00
Merge pull request #14714 from NixOS/derived-path-operator
DerivedPath: Remove superfluous operator ==
This commit is contained in:
commit
926092f67f
1 changed files with 0 additions and 4 deletions
|
|
@ -234,10 +234,6 @@ struct DerivedPath : _DerivedPathRaw
|
||||||
return static_cast<const Raw &>(*this);
|
return static_cast<const Raw &>(*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
|
* Get the store path this is ultimately derived from (by realising
|
||||||
* and projecting outputs).
|
* and projecting outputs).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue