aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/sendrecv.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/sendrecv.c')
-rw-r--r--docs/examples/sendrecv.c1
1 files changed, 0 insertions, 1 deletions
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;