From 348c1cb965cc55bee2b7b008e8a56da78b91a98f Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:10:28 -0400 Subject: remove curl error buffer it was useless anyways --- src/http.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http.hpp') diff --git a/src/http.hpp b/src/http.hpp index 5bf3c69..63b6e38 100644 --- a/src/http.hpp +++ b/src/http.hpp @@ -131,7 +131,6 @@ private: std::string m_url; const char *m_method; curl_slist *m_header_list = nullptr; - std::array m_error_buf = { 0 }; curl_mime *m_form = nullptr; std::function m_progress_callback; -- cgit v1.2.3