mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-06 16:24:27 +08:00
remove unused variable in client/SimpleTCPConnectionProvider
This commit is contained in:
parent
99e4356ccf
commit
c97b209f9f
@ -92,7 +92,6 @@ oatpp::async::Action SimpleTCPConnectionProvider::getConnectionAsync(oatpp::asyn
|
||||
oatpp::String m_host;
|
||||
v_int32 m_port;
|
||||
oatpp::data::v_io_handle m_clientHandle;
|
||||
struct sockaddr_in m_client;
|
||||
private:
|
||||
struct addrinfo* m_result;
|
||||
struct addrinfo* m_currentResult;
|
||||
|
Loading…
Reference in New Issue
Block a user