diff --git a/docs/examples/sendrecv.c b/docs/examples/sendrecv.c index 1a37d2862..45bae652a 100644 --- a/docs/examples/sendrecv.c +++ b/docs/examples/sendrecv.c @@ -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;