1
0
Fork 0

Remove unused private field in device_EMM

This commit is contained in:
Patryk Obara 2019-11-05 12:09:32 +01:00 committed by Patryk Obara
parent e95b6e7063
commit f3b8bff3f5

View file

@ -115,7 +115,6 @@ public:
bool ReadFromControlChannel(PhysPt bufptr,Bit16u size,Bit16u * retcode);
bool WriteToControlChannel(PhysPt /*bufptr*/,Bit16u /*size*/,Bit16u * /*retcode*/){return true;}
private:
Bit8u cache;
bool is_emm386;
};