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..bbe822f54 100644
--- a/deps/jemalloc/test/include/test/mtx.h
+++ b/deps/jemalloc/test/include/test/mtx.h
@@ -8,8 +8,6 @@
typedef struct {
#ifdef _WIN32
CRITICAL_SECTION lock;
-#elif (defined(JEMALLOC_OS_UNFAIR_LOCK))
- os_unfair_lock lock;
#elif (defined(JEMALLOC_OSSPIN))
OSSpinLock lock;
#else