aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2015-06-06 18:06:15 +0900
committerDaniel Stenberg <daniel@haxx.se>2015-06-24 23:44:42 +0200
commit77044b53f7dc6e1c5c90a8f8bc17847adccdaaaa (patch)
tree5593400d470edbf14eaf4419558b69393417ee63 /docs/libcurl/opts
parentc712aa0ebef564b2164e204fbbc744e08a072276 (diff)
CURLMOPT_PUSHFUNCTION.3: Remove unused variable
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r--docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.31
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
index 24ebfb0e7..fb5e4e49c 100644
--- a/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
+++ b/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
@@ -102,7 +102,6 @@ int push_callback(CURL *parent,
{
char *headp;
int *transfers = (int *)userp;
- char filename[128];
FILE *out;
headp = curl_pushheader_byname(headers, ":path");
if(headp && !strncmp(headp, "/push-", 6)) {