Commit cf30b247 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed unused variable warning

parent 709a2ed4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;