From 58f17ddb09ce714a498715ed974f61c196d28a14 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 16 May 2019 15:05:20 -0700 Subject: [PATCH] remove dead code --- ixwebsocket/IXWebSocketTransport.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ixwebsocket/IXWebSocketTransport.h b/ixwebsocket/IXWebSocketTransport.h index 19dfafcf..96d8cae0 100644 --- a/ixwebsocket/IXWebSocketTransport.h +++ b/ixwebsocket/IXWebSocketTransport.h @@ -179,17 +179,6 @@ namespace ix std::chrono::time_point_closingTimePoint; static const int kClosingMaximumWaitingDelayInMs; - // Constants for dealing with closing conneections - static const uint16_t kInternalErrorCode; - static const uint16_t kAbnormalCloseCode; - static const uint16_t kProtocolErrorCode; - static const uint16_t kNoStatusCodeErrorCode; - static const std::string kInternalErrorMessage; - static const std::string kAbnormalCloseMessage; - static const std::string kPingTimeoutMessage; - static const std::string kProtocolErrorMessage; - static const std::string kNoStatusCodeErrorMessage; - // enable auto response to ping std::atomic _enablePong; static const bool kDefaultEnablePong;