summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rsync/io.c')
-rw-r--r--usr.bin/rsync/io.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/rsync/io.c b/usr.bin/rsync/io.c
index 7c4509df5b3..a8dce4d7d2a 100644
--- a/usr.bin/rsync/io.c
+++ b/usr.bin/rsync/io.c
@@ -1,4 +1,4 @@
-/* $Id: io.c,v 1.7 2019/02/16 16:58:14 florian Exp $ */
+/* $Id: io.c,v 1.8 2019/02/16 16:58:39 florian Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -29,12 +29,6 @@
#include "extern.h"
/*
- * Use this for debugging deadlocks.
- * All poll events will use it and catch time-outs.
- */
-#define POLL_TIMEOUT (INFTIM)
-
-/*
* A non-blocking check to see whether there's POLLIN data in fd.
* Returns <0 on failure, 0 if there's no data, >0 if there is.
*/