1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

Removed unused var.

This commit is contained in:
Guenter Knauf 2011-03-15 12:21:58 +01:00
parent 511f491cf2
commit 5a433a033f

View File

@ -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;