mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
Remove unused operator<=>'s that darwin can't generate
It was complaining *a lot*, with dozens of MB of logs.
This commit is contained in:
parent
27eaeebc41
commit
11a6db5993
2 changed files with 0 additions and 9 deletions
|
|
@ -71,7 +71,6 @@ struct StoreReference
|
|||
Params params;
|
||||
|
||||
bool operator==(const StoreReference & rhs) const = default;
|
||||
auto operator<=>(const StoreReference & rhs) const = default;
|
||||
|
||||
/**
|
||||
* Render the whole store reference as a URI, including parameters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue