Fix copying read commands via cast to string
[platform/core/security/tef-simulator.git] / simulatordaemon / inc / TAInstance.h
index fce9c31..93d18e9 100644 (file)
@@ -95,7 +95,6 @@ private:
        pthread_mutex_t sendLock;
        stream_protocol::socket mTAConnectionSocket;
        boost::array<char, 1024> readData;
-       vector<char> commandData;
        SIM_COMMAND command;
        states currentState;
        int32_t setSocketOpt(struct timeval timeout);