mirror of
https://github.com/curl/curl.git
synced 2026-05-18 12:16:23 +03:00
Removed unused var.
This commit is contained in:
parent
511f491cf2
commit
5a433a033f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
int test(char *URL)
|
||||
{
|
||||
CURLMcode retVal;
|
||||
int stillRunning, retValcm;
|
||||
int stillRunning;
|
||||
CURLM* multiHandle;
|
||||
CURL* curl;
|
||||
int res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue