summaryrefslogtreecommitdiff
path: root/sntp/libevent/time-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/libevent/time-internal.h')
-rw-r--r--sntp/libevent/time-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sntp/libevent/time-internal.h b/sntp/libevent/time-internal.h
index daf20f4..2c584fa 100644
--- a/sntp/libevent/time-internal.h
+++ b/sntp/libevent/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);