summaryrefslogtreecommitdiff
path: root/time-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'time-internal.h')
-rw-r--r--time-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/time-internal.h b/time-internal.h
index daf20f47..2c584fa7 100644
--- a/time-internal.h
+++ b/time-internal.h
@@ -86,9 +86,6 @@ struct evutil_monotonic_timer {
struct timeval last_time;
};
-#define EV_MONOT_PRECISE 1
-#define EV_MONOT_FALLBACK 2
-
int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
int flags);
int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);