Fix -Wunused-variable warning

This commit is contained in:
loonycyborg 2022-10-05 03:18:34 +03:00
parent 855f006d0b
commit 78c4b46073
No known key found for this signature in database
GPG key ID: 6E8233FAB8F26D61

View file

@ -1094,7 +1094,6 @@ template<class SocketPtr> void server::handle_player(boost::asio::yield_context
send_to_lobby(diff, player);
while(true) {
boost::system::error_code ec;
auto doc { coro_receive_doc(socket, yield) };
if(!doc) return;