From 0584aa354014e91a9036bc51bad438e8fddaf15f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 12 Aug 2017 07:48:21 -0700 Subject: Moved a few private test items into test-specific header. --- src/nng_compat.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/nng_compat.h') diff --git a/src/nng_compat.h b/src/nng_compat.h index 76494b5c..8c5cee6f 100644 --- a/src/nng_compat.h +++ b/src/nng_compat.h @@ -308,21 +308,6 @@ NN_DECL int nn_errno(void); NN_DECL const char *nn_strerror(int); NN_DECL void nn_term(void); -// This stuff is intended to be exposed only for test programs and our -// own utilities. Do not use in your own programs. - -#ifdef NNG_PRIVATE -struct nn_thread { - void *thr; -}; - -NN_DECL void nn_sleep(uint64_t); -NN_DECL uint64_t nn_clock(void); -NN_DECL int nn_thread_init(struct nn_thread *, void (*)(void *), void *); -NN_DECL void nn_thread_term(struct nn_thread *); - -#endif // NNG_PRIVATE - #ifdef __cplusplus } #endif -- cgit v1.2.3-70-g09d2