UserspaceEmulator: Remove redundant private specifier in SoftCPU.h

This commit is contained in:
Hendiadyoin1 2021-12-22 16:31:23 +01:00 committed by Brian Gianforcaro
commit 95d2feed33
Notes: sideshowbarker 2024-07-17 22:20:25 +09:00

View file

@ -1249,7 +1249,6 @@ private:
void update_code_cache();
private:
Emulator& m_emulator;
SoftFPU m_fpu;