mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Minor code cleanup
This commit is contained in:
parent
ac005faef3
commit
6b93b1a746
@ -132,7 +132,6 @@ oatpp::async::CoroutineStarterForResult<const std::shared_ptr<oatpp::data::strea
|
||||
ConnectCoroutine(const oatpp::String& host, v_int32 port)
|
||||
: m_host(host)
|
||||
, m_port(port)
|
||||
, m_clientHandle(-1)
|
||||
, m_result(nullptr)
|
||||
, m_isHandleOpened(false)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user