Skip to content

Commit

Permalink
remove some code
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Jul 2, 2024
1 parent 00f8950 commit 8c01a52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/cinatra/coro_http_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <cassert>
#include <charconv>
#include <cstddef>
#include <cstdio>
#include <filesystem>
#include <fstream>
#include <future>
Expand Down Expand Up @@ -2454,10 +2453,6 @@ class coro_http_client : public std::enable_shared_from_this<coro_http_client> {
bool stop_bench_ = false;
size_t total_len_ = 0;
#endif
template <bool is_chunked>
friend async_simple::coro::Lazy<void> send_file_without_copy(
coro_http_client *self, const std::filesystem::path &source,
std::error_code &ec, ssize_t length);
};

} // namespace cinatra

0 comments on commit 8c01a52

Please sign in to comment.