remove dead file

This commit is contained in:
Benjamin Sergeant
2019-01-06 14:26:11 -08:00
parent 20c8953e5b
commit 372af54e46
3 changed files with 2 additions and 32 deletions

View File

@ -75,6 +75,7 @@ namespace ix
WebSocketInitResult sendErrorResponse(int code, const std::string& reason);
std::tuple<std::string, std::string, std::string> parseRequestLine(const std::string& line);
std::string trim(const std::string& str);
std::atomic<bool>& _requestInitCancellation;
std::shared_ptr<Socket> _socket;