CURLMOPT_PUSHFUNCTION.3: Remove unused variable

This commit is contained in:
Tatsuhiro Tsujikawa 2015-06-06 18:06:15 +09:00 committed by Daniel Stenberg
parent c712aa0ebe
commit 77044b53f7
1 changed files with 0 additions and 1 deletions

View 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)) {