diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
commit | 029942f4eb7196c2cff0d0e26bc6ff274138f7d8 (patch) | |
tree | f4686c4d7b9cd574fe94c6f4918479a580fecf75 /test/nxt_lib_unit_test.h | |
parent | 059a8642898a6bd4b47d13a1c1d599cd44af7e1c (diff) | |
download | unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.gz unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.bz2 |
I/O operations refactoring.
Diffstat (limited to '')
-rw-r--r-- | test/nxt_lib_unit_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/nxt_lib_unit_test.h b/test/nxt_lib_unit_test.h index bbb2d5f4..a6a24855 100644 --- a/test/nxt_lib_unit_test.h +++ b/test/nxt_lib_unit_test.h @@ -38,8 +38,6 @@ nxt_rdtsc(void) nxt_int_t nxt_term_parse_unit_test(nxt_thread_t *thr); nxt_int_t nxt_msec_diff_unit_test(nxt_thread_t *thr, nxt_msec_less_t); -nxt_int_t nxt_exp_approximation(nxt_thread_t *thr); -double nxt_event_conn_exponential_approximation(double n); nxt_int_t nxt_rbtree_unit_test(nxt_thread_t *thr, nxt_uint_t n); nxt_int_t nxt_rbtree1_unit_test(nxt_thread_t *thr, nxt_uint_t n); |