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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/init.h b/src/core/init.h
index 70663c65..ffcebf64 100644
--- a/src/core/init.h
+++ b/src/core/init.h
@@ -21,9 +21,4 @@ int nni_init(void);
// that all resources used by the library are released back to the system.
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_pipes;
-
#endif // CORE_INIT_H