1
0
Fork 0

windows implementation was missing

This commit is contained in:
Andreas Streichardt 2017-08-30 14:18:04 +02:00
parent f3acea797b
commit 195da55e98
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ void Mutex::unlock() { ReleaseSRWLockExclusive(&_mutex); }
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE #ifdef ARANGODB_ENABLE_MAINTAINER_MODE
void Mutex::assertLockedByCurrentThread() {} void Mutex::assertLockedByCurrentThread() {}
void Mutex::assertNotLockedByCurrentThread() {}
#endif #endif
#endif #endif