summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2009-09-18 21:02:12 +0000
committerroot <root>2009-09-18 21:02:12 +0000
commitfdd77c568da2da28ff18c3a92bd77af35a99ea61 (patch)
treefd5af87a255417d782b6421e11ca7ad4d35bfe3a /ev.c
parent630f0baa71578c0f7095403849e600934e920b33 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index ddfbe8b..0ba0da5 100644
--- a/ev.c
+++ b/ev.c
@@ -452,7 +452,6 @@ struct signalfd_siginfo
#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */
#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
-/*#define CLEANUP_INTERVAL (MAX_BLOCKTIME * 5.) /* how often to try to free memory and re-check fds, TODO */
#if __GNUC__ >= 4
# define expect(expr,value) __builtin_expect ((expr),(value))