From c50111c825d2a6724ea49ea72cee0eeb420ec432 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Jun 2017 06:36:19 -0700 Subject: Eliminate pipes global idhash. --- src/core/init.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/init.h') 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 -- cgit v1.2.3-70-g09d2