Skip to content
Snippets Groups Projects
Commit 77044b53 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by Daniel Stenberg
Browse files

CURLMOPT_PUSHFUNCTION.3: Remove unused variable

parent c712aa0e
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment