Removed unused var.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
int test(char *URL)
|
||||
{
|
||||
CURLMcode retVal;
|
||||
int stillRunning, retValcm;
|
||||
int stillRunning;
|
||||
CURLM* multiHandle;
|
||||
CURL* curl;
|
||||
int res;
|
||||
|
Reference in New Issue
Block a user