From ca6323109ba0c76e13ed629350348dfc6d144932 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 17 Dec 2023 10:00:52 -0800 Subject: fixes #1729 remove nni_timer --- src/core/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/init.c') diff --git a/src/core/init.c b/src/core/init.c index f8ecb385..f2195bcb 100644 --- a/src/core/init.c +++ b/src/core/init.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. +// Copyright 2023 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -34,7 +34,6 @@ nni_init_helper(void) if (((rv = nni_taskq_sys_init()) != 0) || ((rv = nni_reap_sys_init()) != 0) || - ((rv = nni_timer_sys_init()) != 0) || ((rv = nni_aio_sys_init()) != 0) || ((rv = nni_tls_sys_init()) != 0)) { nni_fini(); @@ -65,7 +64,6 @@ nni_fini(void) nni_tls_sys_fini(); nni_reap_drain(); nni_aio_sys_fini(); - nni_timer_sys_fini(); nni_taskq_sys_fini(); nni_reap_sys_fini(); // must be before timer and aio (expire) nni_id_map_sys_fini(); -- cgit v1.2.3-70-g09d2