summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/implement.h b/implement.h
index 3f2690e..e07306b 100644
--- a/implement.h
+++ b/implement.h
@@ -161,7 +161,6 @@ struct pthread_mutex_t_ {
int kind;
pthread_t ownerThread;
HANDLE wait_sema;
- CRITICAL_SECTION try_lock_cs;
};
struct pthread_mutexattr_t_ {