Removed unnecessary: return 0;

This commit is contained in:
eidheim 2017-09-26 09:39:20 +02:00
commit 9cf3dd68ab

View file

@ -437,6 +437,4 @@ int main() {
assert(client_catch);
io_service->stop();
}
return 0;
}