mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Remove unused variable.
This commit is contained in:
parent
1347bef72d
commit
da92966778
@ -229,8 +229,6 @@ oatpp::async::CoroutineStarter Response::sendAsync(const std::shared_ptr<Respons
|
||||
|
||||
m_headersWriteBuffer->writeSimple("\r\n", 2);
|
||||
|
||||
const auto& body = m_this->m_body;
|
||||
|
||||
if(m_this->m_body) {
|
||||
|
||||
if(!m_contentEncoderProvider) {
|
||||
|
Loading…
Reference in New Issue
Block a user