Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / benchmarks / drivers / Cpp / LabRoom / Room_Skeleton.hpp
index 557077844066d2c4363af6095917e7c36b983e9b..8965f0bb9d8e63f231204aad5065aac40c37f70b 100644 (file)
@@ -9,8 +9,6 @@
 #include "IoTRMICommClient.hpp"
 #include "IoTRMICommServer.hpp"
 
-#include <fstream>
-
 using namespace std;
 
 class Room_Skeleton : public Room
@@ -26,7 +24,6 @@ class Room_Skeleton : public Room
        // Synchronization variables
        bool methodReceived = false;
        bool didAlreadyInitWaitInvoke = false;
-       ofstream log;
 
        public: