Update IXWebSocket.h

Remove dead code
This commit is contained in:
Benjamin Sergeant 2018-10-07 15:49:07 -07:00 committed by GitHub
parent 8232e9e8ce
commit 376c8c2e00

View File

@ -90,7 +90,5 @@ namespace ix
std::atomic<bool> _automaticReconnection;
std::thread _thread;
std::mutex _writeMutex;
static int kHeartBeatPeriod;
};
}