Skip to content

Commit a572c80

Browse files
committed
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.
1 parent bd73fbc commit a572c80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pcsx2/Config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,6 @@ struct Pcsx2Config
10981098
bool GenerateFunctionHashes = true;
10991099

11001100
void LoadSave(SettingsWrapper& wrap);
1101-
1102-
friend auto operator<=>(const DebugAnalysisOptions& lhs, const DebugAnalysisOptions& rhs) = default;
11031101
};
11041102

11051103
// ------------------------------------------------------------------------

0 commit comments

Comments
 (0)