remove curl error buffer

it was useless anyways
This commit is contained in:
ouwou
2022-08-21 14:10:28 -04:00
parent 32fc7def7c
commit 348c1cb965
2 changed files with 0 additions and 5 deletions

View File

@@ -131,7 +131,6 @@ private:
std::string m_url;
const char *m_method;
curl_slist *m_header_list = nullptr;
std::array<char, CURL_ERROR_SIZE> m_error_buf = { 0 };
curl_mime *m_form = nullptr;
std::function<void(curl_off_t, curl_off_t)> m_progress_callback;