summaryrefslogtreecommitdiff
path: root/src/vm/synch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/synch.h')
-rw-r--r--src/vm/synch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/synch.h b/src/vm/synch.h
index 8605eea062..1411a46142 100644
--- a/src/vm/synch.h
+++ b/src/vm/synch.h
@@ -42,10 +42,6 @@ public:
void CreateMonitorEvent(SIZE_T Cookie); // robust against initialization races - for exclusive use by AwareLock
-#ifdef FEATURE_RWLOCK
- void CreateRWLockReaderEvent(BOOL bInitialState, CRWLock* pRWLock);
- void CreateRWLockWriterEvent(BOOL bInitialState, CRWLock* pRWLock);
-#endif
// Create an Event that is not host aware
void CreateOSAutoEvent (BOOL bInitialState);