]> granicus.if.org Git - curl/commitdiff
CURLMOPT_PUSHFUNCTION.3: Remove unused variable
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Sat, 6 Jun 2015 09:06:15 +0000 (18:06 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Jun 2015 21:44:42 +0000 (23:44 +0200)
docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3

index 24ebfb0e7c7a835a8156f79fa8fb2e214a0c7da7..fb5e4e49c496239903c8ad3f13259bc4748b47f2 100644 (file)
@@ -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)) {