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 4813a40f2a
commit d31ecfc64e

View File

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