summaryrefslogtreecommitdiff
path: root/src/core/thread.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-11 10:10:39 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-11 10:10:39 -0700
commit183bd7e02c81bc09c17c6f4c0d3883d4d45221fc (patch)
tree4954056e769d8761eff75143b0cfc44050be0198 /src/core/thread.h
parent910564d2f67eb81a07c0c6b2af0fc0878137308b (diff)
downloadnng-183bd7e02c81bc09c17c6f4c0d3883d4d45221fc.tar.gz
nng-183bd7e02c81bc09c17c6f4c0d3883d4d45221fc.tar.bz2
nng-183bd7e02c81bc09c17c6f4c0d3883d4d45221fc.zip
Eliminate the separate wrapping structure for platform mtx and cv.
Diffstat (limited to 'src/core/thread.h')
-rw-r--r--src/core/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/thread.h b/src/core/thread.h
index ebd8db83..b528af2c 100644
--- a/src/core/thread.h
+++ b/src/core/thread.h
@@ -13,14 +13,6 @@
#include "core/defs.h"
#include "core/platform.h"
-struct nni_mtx {
- nni_plat_mtx mtx;
-};
-
-struct nni_cv {
- nni_plat_cv cv;
-};
-
struct nni_thr {
nni_plat_thr thr;
nni_plat_mtx mtx;