]> granicus.if.org Git - curl/commitdiff
Fixed unused variable warning
authorDan Fandrich <dan@coneharvesters.com>
Thu, 14 Aug 2008 18:41:37 +0000 (18:41 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 14 Aug 2008 18:41:37 +0000 (18:41 +0000)
docs/examples/sendrecv.c

index 1a37d2862efc9f790726cf1330197430a64808a3..45bae652a3903bfba55e1138d4c5f208881fe120 100644 (file)
@@ -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;