summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redfish-core/include/redfish_aggregator.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/redfish-core/include/redfish_aggregator.hpp b/redfish-core/include/redfish_aggregator.hpp
index b50b7751c9..b91498e9a2 100644
--- a/redfish-core/include/redfish_aggregator.hpp
+++ b/redfish-core/include/redfish_aggregator.hpp
@@ -604,9 +604,6 @@ class RedfishAggregator
BMCWEB_LOG_DEBUG << "Added prefix to parsed satellite response";
- asyncResp->res.stringResponse.emplace(
- boost::beast::http::response<
- boost::beast::http::string_body>{});
asyncResp->res.result(resp.result());
asyncResp->res.jsonValue = std::move(jsonVal);
@@ -690,9 +687,6 @@ class RedfishAggregator
BMCWEB_LOG_DEBUG
<< "Collection does not exist, overwriting asyncResp";
- asyncResp->res.stringResponse.emplace(
- boost::beast::http::response<
- boost::beast::http::string_body>{});
asyncResp->res.result(resp.result());
asyncResp->res.jsonValue = std::move(jsonVal);