summaryrefslogtreecommitdiffstats
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 85c40421..c3c80994 100644
--- a/misc.c
+++ b/misc.c
@@ -854,8 +854,6 @@ ms_to_timeval(struct timeval *tv, int ms)
tv->tv_usec = (ms % 1000) * 1000;
}
-#define clock_gettime(a,b) -1
-
time_t
monotime(void)
{