From 037d26a902a3cd5016052c76a6747e40c1a0df50 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 6 Dec 2021 21:09:55 -0500 Subject: ID map static initialization support. This also arranges to clean up the maps at nng_fini time. --- src/core/pipe.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/pipe.h') diff --git a/src/core/pipe.h b/src/core/pipe.h index 065b3dcf..458a42d9 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -19,9 +19,6 @@ #include "core/thread.h" #include "sp/transport.h" -extern void nni_pipe_sys_init(void); -extern void nni_pipe_sys_fini(void); - // AIO extern void nni_pipe_recv(nni_pipe *, nni_aio *); extern void nni_pipe_send(nni_pipe *, nni_aio *); -- cgit v1.2.3-70-g09d2