From 46a559cbdff02d8f9ca48bd918c17c33336de3a1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 6 Jun 2017 08:15:08 -0700 Subject: Start of using objhash for endpoints. --- src/core/init.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/init.h') 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 -- cgit v1.2.3-70-g09d2