summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/include/test/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/include/test/mtx.h')
-rw-r--r--deps/jemalloc/test/include/test/mtx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/jemalloc/test/include/test/mtx.h b/deps/jemalloc/test/include/test/mtx.h
index 58afbc3d1..066a21379 100644
--- a/deps/jemalloc/test/include/test/mtx.h
+++ b/deps/jemalloc/test/include/test/mtx.h
@@ -10,8 +10,6 @@ typedef struct {
CRITICAL_SECTION lock;
#elif (defined(JEMALLOC_OS_UNFAIR_LOCK))
os_unfair_lock lock;
-#elif (defined(JEMALLOC_OSSPIN))
- OSSpinLock lock;
#else
pthread_mutex_t lock;
#endif