TCPServer: removed unused field

This commit is contained in:
SChernykh
2021-11-09 15:48:59 +01:00
parent dbab191bfc
commit 5dd8d11b72
2 changed files with 0 additions and 2 deletions

View File

@@ -76,7 +76,6 @@ public:
Client* m_next;
uv_tcp_t m_socket;
uv_write_t m_write;
uv_connect_t m_connectRequest;
bool m_isV6;