Skip to content

Commit

Permalink
Remove one unused variable in Server::Receive function
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jul 26, 2017
1 parent 9d412dd commit c8faee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit c8faee4

Please sign in to comment.