From 0b8b117cb2587c69de9913a4603821e16750680b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 21 Feb 2020 15:53:36 -0800 Subject: [PATCH] Remove unused variables --- mist/stun.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mist/stun.cpp b/mist/stun.cpp index 359efa4..8c80af8 100644 --- a/mist/stun.cpp +++ b/mist/stun.cpp @@ -44,8 +44,6 @@ bool getExternalAddressPortIP4(unsigned short localPort, PSOCKADDR_IN wanAddr) STUN_MESSAGE reqMsg; int i; int bytesRead; - int tries; - int timeout; int err; PSTUN_ATTRIBUTE_HEADER attribute; PSTUN_MAPPED_IPV4_ADDRESS_ATTRIBUTE ipv4Attrib;