From 183bd7e02c81bc09c17c6f4c0d3883d4d45221fc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 11 Jul 2017 10:10:39 -0700 Subject: Eliminate the separate wrapping structure for platform mtx and cv. --- src/core/thread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/thread.h') 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; -- cgit v1.2.3-70-g09d2