mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Fixed unused variable warning
This commit is contained in:
parent
709a2ed474
commit
cf30b24706
@ -18,7 +18,6 @@
|
|||||||
static int wait_on_socket(int sockfd, int for_recv, long timeout_ms)
|
static int wait_on_socket(int sockfd, int for_recv, long timeout_ms)
|
||||||
{
|
{
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
long seconds, usecs;
|
|
||||||
fd_set infd, outfd, errfd;
|
fd_set infd, outfd, errfd;
|
||||||
int res;
|
int res;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user