Remove one unused variable in Server::Receive function

master
Loic Blot 2017-07-27 00:16:20 +02:00
parent 9d412dd075
commit c8faee4eda
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 0 additions and 1 deletions

View File

@ -1022,7 +1022,6 @@ void Server::AsyncRunStep(bool initial_step)
void Server::Receive()
{
DSTACK(FUNCTION_NAME);
SharedBuffer<u8> data;
u16 peer_id;
try {
NetworkPacket pkt;