summaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-12 10:39:39 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-02-12 11:13:27 +0100
commita19ec3328ceab7f8ea37748afcdcfcc2d6d2653d (patch)
tree563daf22e68f8225ed11b26e2359cc68a96d3682 /src/httpfetch.cpp
parent4a6582c13c36cab457b78f32338c6bb4ab9ea58b (diff)
downloadminetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.tar.gz
minetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.tar.bz2
minetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.zip
Remove unused variables to make clang happy
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r--src/httpfetch.cpp1
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;
};