Fix -Wunused-variable warning
This commit is contained in:
parent
855f006d0b
commit
78c4b46073
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue