From f3b8bff3f57d289eb99529ea0ef4de3e0fa53bb4 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Tue, 5 Nov 2019 12:09:32 +0100 Subject: [PATCH] Remove unused private field in device_EMM --- src/ints/ems.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ints/ems.cpp b/src/ints/ems.cpp index 94aed6ae..324da3b7 100644 --- a/src/ints/ems.cpp +++ b/src/ints/ems.cpp @@ -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; };