Remove unused _network_udp_mutex

See: #307
This commit is contained in:
Jonathan G Rennison
2021-10-29 20:05:16 +01:00
parent 8a7cb10813
commit 0842621653

View File

@@ -41,9 +41,6 @@
extern const uint8 _out_of_band_grf_md5[16] { 0x00, 0xB0, 0xC0, 0xDE, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB0, 0xC0, 0xDE, 0x00, 0x00, 0x00, 0x00 };
static const uint32 FIND_SERVER_EXTENDED_TOKEN = 0x2A49582A;
/** Mutex for all out threaded udp resolution and such. */
static std::mutex _network_udp_mutex;
/** Session key to register ourselves to the master server */
static uint64 _session_key = 0;