diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-11 10:10:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-11 10:10:39 -0700 |
| commit | 183bd7e02c81bc09c17c6f4c0d3883d4d45221fc (patch) | |
| tree | 4954056e769d8761eff75143b0cfc44050be0198 /src/core/thread.h | |
| parent | 910564d2f67eb81a07c0c6b2af0fc0878137308b (diff) | |
| download | nng-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.h | 8 |
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; |
