aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nng.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nng.c b/src/nng.c
index 9da78905..d66c0dcb 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -1051,12 +1051,6 @@ nng_msleep(nng_duration ms)
nni_msleep(ms);
}
-uint64_t
-nng_clock(void)
-{
- return ((uint64_t) nni_clock());
-}
-
// nng_thread_create creates a thread structure, and starts it running.
// Unlike the internals, this allocates stuff dynamically, and does not
// wait to start.