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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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