mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:27:18 +03:00
Fixed unused variable warning
This commit is contained in:
parent
709a2ed474
commit
cf30b24706
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@
|
|||
static int wait_on_socket(int sockfd, int for_recv, long timeout_ms)
|
||||
{
|
||||
struct timeval tv;
|
||||
long seconds, usecs;
|
||||
fd_set infd, outfd, errfd;
|
||||
int res;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue