diff options
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r-- | src/httpfetch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 47e33480b..981643f6c 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -194,7 +194,6 @@ private: HTTPFetchRequest request; HTTPFetchResult result; std::ostringstream oss; - char *post_fields; struct curl_slist *http_header; curl_httppost *post; }; |