Skip to content
Snippets Groups Projects
Commit cf30b247 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed unused variable warning

parent 709a2ed4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment