Config: Delete an implicitly deleted operator overload.

This fixes the two terabytes of logging we get to search through when we want to find something in a macOS actions run.
This commit is contained in:
Ty 2025-03-17 18:19:28 -04:00
parent bd73fbcfaf
commit a572c80896
No known key found for this signature in database
GPG Key ID: A0C3085FE2160BCF
1 changed files with 0 additions and 2 deletions

View File

@ -1098,8 +1098,6 @@ struct Pcsx2Config
bool GenerateFunctionHashes = true;
void LoadSave(SettingsWrapper& wrap);
friend auto operator<=>(const DebugAnalysisOptions& lhs, const DebugAnalysisOptions& rhs) = default;
};
// ------------------------------------------------------------------------