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

@ -116,7 +116,7 @@ namespace ix
std::cout << "-------------------------------" << std::endl;
}
std::string trim(const std::string& str)
std::string WebSocketHandshake::trim(const std::string& str)
{
std::string out(str);
out.erase(std::remove(out.begin(), out.end(), ' '), out.end());