From 9e3cec5dca313e530137e247f8c139e9b6d8dc08 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 19 Oct 2017 20:20:38 -0700 Subject: Eliminate stale nng_clock function. --- src/nng.c | 6 ------ 1 file changed, 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. -- cgit v1.2.3-70-g09d2