aboutsummaryrefslogtreecommitdiff
path: root/src/core/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.h')
-rw-r--r--src/core/init.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/init.h b/src/core/init.h
index e48b6705..70663c65 100644
--- a/src/core/init.h
+++ b/src/core/init.h
@@ -24,8 +24,6 @@ void nni_fini(void);
// Private hash tables matching IDs to values. Consumers need to use the
// nni_idlock to protect access to these.
extern nni_mtx *nni_idlock;
-extern nni_idhash *nni_endpoints;
extern nni_idhash *nni_pipes;
-extern nni_idhash *nni_sockets;
#endif // CORE_INIT_H