summaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-13 09:28:46 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-19 11:40:47 +0200
commit7bc4ca7de9d434edeb21525917c81d6963a26511 (patch)
treef7d3b1f8e1375aa22e59a5b5d8f9d2619f92e5ca /src/common/compat_libevent.h
parentc7558c906a1069308f8f4519b8c93245fbca9efd (diff)
downloadtor-7bc4ca7de9d434edeb21525917c81d6963a26511.tar.gz
tor-7bc4ca7de9d434edeb21525917c81d6963a26511.zip
Remove tor_gettimeofday_cached_monotonic as broken and unneeded
Diffstat (limited to 'src/common/compat_libevent.h')
-rw-r--r--src/common/compat_libevent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h
index 89b35c9faa..e64095bbfa 100644
--- a/src/common/compat_libevent.h
+++ b/src/common/compat_libevent.h
@@ -70,7 +70,6 @@ void tor_gettimeofday_cache_clear(void);
#ifdef TOR_UNIT_TESTS
void tor_gettimeofday_cache_set(const struct timeval *tv);
#endif
-void tor_gettimeofday_cached_monotonic(struct timeval *tv);
#ifdef COMPAT_LIBEVENT_PRIVATE