aboutsummaryrefslogtreecommitdiff
path: root/src/core/thread.h
diff options
context:
space:
mode:
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;