Clean up redundant variables

This commit is contained in:
suncaller 2019-02-06 15:03:06 -05:00
parent 7f7e402c42
commit 5e8e7e7bf8
17 changed files with 1 additions and 50 deletions

View file

@ -1611,9 +1611,7 @@ static void handleExtendedMasterServerListResponse(BitStream* stream, U32 key, U
{
U16 packetIndex, packetTotal;
U32 i;
U16 serverCount, port;
U8 netNum[16];
char addressBuffer[256];
U16 serverCount;
NetAddress addr;
stream->read(&packetIndex);