1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

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
parent 6b9a35ac51
commit 95d2feed33

View file

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