From a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 12 Feb 2015 10:39:39 +0100 Subject: Remove unused variables to make clang happy --- src/httpfetch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/httpfetch.cpp') 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; }; -- cgit v1.2.3