Skip to content

Commit

Permalink
CURLMOPT_PUSHFUNCTION.3: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t authored and bagder committed Jun 24, 2015
1 parent c712aa0 commit 77044b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3
Expand Up @@ -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)) {
Expand Down

0 comments on commit 77044b5

Please sign in to comment.