mirror of
https://github.com/curl/curl.git
synced 2025-09-28 23:16:48 +03:00
Removed unused var.
This commit is contained in:
parent
511f491cf2
commit
5a433a033f
|
@ -32,7 +32,7 @@
|
||||||
int test(char *URL)
|
int test(char *URL)
|
||||||
{
|
{
|
||||||
CURLMcode retVal;
|
CURLMcode retVal;
|
||||||
int stillRunning, retValcm;
|
int stillRunning;
|
||||||
CURLM* multiHandle;
|
CURLM* multiHandle;
|
||||||
CURL* curl;
|
CURL* curl;
|
||||||
int res;
|
int res;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user