1
1
Fork 0
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:
Robert Hensing 2024-07-12 17:37:27 +02:00
parent 27eaeebc41
commit 11a6db5993
2 changed files with 0 additions and 9 deletions

View file

@ -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.