mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
CURLMOPT_PUSHFUNCTION.3: Remove unused variable
This commit is contained in:
parent
c712aa0ebe
commit
77044b53f7
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user