aboutsummaryrefslogtreecommitdiff
path: root/src/core/init.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-06-09 06:36:19 -0700
committerGarrett D'Amore <garrett@damore.org>2017-06-09 06:36:19 -0700
commitc50111c825d2a6724ea49ea72cee0eeb420ec432 (patch)
tree0cf8aeb3113b6bf4861b0420212383df480a0237 /src/core/init.h
parent4044f93afb21f2a5700eb312f1daa6e2a0152ab6 (diff)
downloadnng-c50111c825d2a6724ea49ea72cee0eeb420ec432.tar.gz
nng-c50111c825d2a6724ea49ea72cee0eeb420ec432.tar.bz2
nng-c50111c825d2a6724ea49ea72cee0eeb420ec432.zip
Eliminate pipes global idhash.
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