aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-19 20:20:38 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-19 20:20:38 -0700
commit9e3cec5dca313e530137e247f8c139e9b6d8dc08 (patch)
tree16dc7cec415a076376c1cdbd7e3d416dbe10f6ff
parent640fbb7034c2bb299392ac34b095d18f96406da3 (diff)
downloadnng-9e3cec5dca313e530137e247f8c139e9b6d8dc08.tar.gz
nng-9e3cec5dca313e530137e247f8c139e9b6d8dc08.tar.bz2
nng-9e3cec5dca313e530137e247f8c139e9b6d8dc08.zip
Eliminate stale nng_clock function.
-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.