Remove unused variables

This commit is contained in:
Cameron Gutman
2020-02-21 15:53:36 -08:00
parent 0050566124
commit 0b8b117cb2
-2
View File
@@ -44,8 +44,6 @@ bool getExternalAddressPortIP4(unsigned short localPort, PSOCKADDR_IN wanAddr)
STUN_MESSAGE reqMsg; STUN_MESSAGE reqMsg;
int i; int i;
int bytesRead; int bytesRead;
int tries;
int timeout;
int err; int err;
PSTUN_ATTRIBUTE_HEADER attribute; PSTUN_ATTRIBUTE_HEADER attribute;
PSTUN_MAPPED_IPV4_ADDRESS_ATTRIBUTE ipv4Attrib; PSTUN_MAPPED_IPV4_ADDRESS_ATTRIBUTE ipv4Attrib;