mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-03 12:18:11 +08:00
Remove unused variables
This commit is contained in:
parent
21be428e51
commit
a64980f12f
@ -20,8 +20,7 @@ using namespace trantor;
|
||||
using namespace drogon;
|
||||
HttpClientContext::HttpClientContext(const trantor::TcpConnectionPtr &connPtr)
|
||||
: _state(HttpResponseParseState::kExpectResponseLine),
|
||||
_response(new HttpResponseImpl),
|
||||
_conn(connPtr)
|
||||
_response(new HttpResponseImpl)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -76,8 +76,6 @@ class HttpClientContext
|
||||
|
||||
HttpResponseParseState _state;
|
||||
HttpResponseImplPtr _response;
|
||||
|
||||
std::weak_ptr<trantor::TcpConnection> _conn;
|
||||
};
|
||||
|
||||
} // namespace drogon
|
||||
|
Loading…
Reference in New Issue
Block a user