Remove uWS::destroy()

This commit is contained in:
Alex Hultman
2019-01-07 02:26:50 +01:00
parent 04437c5f74
commit 4fde553d03
3 changed files with 3 additions and 11 deletions
-3
View File
@@ -11,7 +11,4 @@ int main() {
}).run();
std::cout << "Failed to listen on port 3000" << std::endl;
/* This is needed to properly clear everything */
uWS::destroy();
}