mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Remove one unused variable in Server::Receive function
This commit is contained in:
parent
9d412dd075
commit
c8faee4eda
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user