diff --git a/include/cinatra/coro_http_client.hpp b/include/cinatra/coro_http_client.hpp index fc2f28ee..f76087b0 100644 --- a/include/cinatra/coro_http_client.hpp +++ b/include/cinatra/coro_http_client.hpp @@ -102,7 +102,6 @@ struct resp_data { int status = 0; bool eof = false; std::string_view resp_body; - std::string br_data; std::span resp_headers; #ifdef BENCHMARK_TEST uint64_t total = 0;