Remove unused variable.

This commit is contained in:
Herman Zvonimir Došilović 2020-03-28 23:48:13 +01:00
parent 1347bef72d
commit da92966778

View File

@ -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) {