Cleaning up the Makefile for compiler related commands; cleaning up C++ stubs and...
[iot2.git] / benchmarks / Cpp / Lifxtest / RoomSmart_Stub.cpp
index bfe7f78dfe7d466222e6f82feba161ffb359bb03..0e1a498f0d146cde5efdb3e25d73f9d8c9bc4e23 100644 (file)
@@ -70,17 +70,5 @@ extern "C" void initRoomSmart_Stub(void* t) {
 }
 
 int main() {
-
-        /*int send_port = 5010;
-        int recv_port = 5011;
-        const char* skeletonAddress = "localhost";
-        //const char* skeletonAddress = "l92.168.1.198";
-        //const char* skeletonAddress = "127.0.0.1";
-        int rev = 0;
-        bool result = false;
-
-        RoomSmart_Stub *rm = new RoomSmart_Stub(send_port, recv_port, skeletonAddress, rev, &result);
-        cout << "Successfully instantiated stub!" << endl;*/
-
        return 0;
 }