summaryrefslogtreecommitdiff
path: root/src/win32/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/pthread.h')
-rw-r--r--src/win32/pthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win32/pthread.h b/src/win32/pthread.h
index e84de471f..679ebed23 100644
--- a/src/win32/pthread.h
+++ b/src/win32/pthread.h
@@ -25,8 +25,6 @@ typedef CRITICAL_SECTION pthread_mutex_t;
typedef HANDLE pthread_t;
typedef HANDLE pthread_cond_t;
-/* typedef struct { void *Ptr; } SRWLOCK; */
-
typedef struct {
union {
SRWLOCK srwl;