mirror of
https://github.com/curl/curl.git
synced 2026-04-28 20:52:12 +03:00
CURLMOPT_PUSHFUNCTION.3: Remove unused variable
This commit is contained in:
parent
c712aa0ebe
commit
77044b53f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue