summaryrefslogtreecommitdiffhomepage
path: root/test/nxt_lib_unit_test.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-02-22 15:09:59 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-02-22 15:09:59 +0300
commit029942f4eb7196c2cff0d0e26bc6ff274138f7d8 (patch)
treef4686c4d7b9cd574fe94c6f4918479a580fecf75 /test/nxt_lib_unit_test.c
parent059a8642898a6bd4b47d13a1c1d599cd44af7e1c (diff)
downloadunit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.gz
unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.bz2
I/O operations refactoring.
Diffstat (limited to 'test/nxt_lib_unit_test.c')
-rw-r--r--test/nxt_lib_unit_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/nxt_lib_unit_test.c b/test/nxt_lib_unit_test.c
index 28397187..876416e5 100644
--- a/test/nxt_lib_unit_test.c
+++ b/test/nxt_lib_unit_test.c
@@ -77,10 +77,6 @@ main(int argc, char **argv)
return 1;
}
- if (nxt_exp_approximation(thr) != NXT_OK) {
- return 1;
- }
-
if (nxt_rbtree_unit_test(thr, 100 * 1000) != NXT_OK) {
return 1;
}