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
@@ -35,7 +35,4 @@ int main() {
std::cout << "Listening on port " << 9001 << std::endl;
}
}).run();
/* This is needed to properly clear everything */
uWS::destroy();
}