mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
temp until we finish some code do not assert
This commit is contained in:
parent
b85efc8064
commit
e65fba32c2
@ -191,7 +191,8 @@ namespace mongo {
|
||||
*/
|
||||
|
||||
inline void assertInWriteLock() {
|
||||
assert( dbMutexInfo.isLocked() );
|
||||
/* TEMP assert( dbMutexInfo.isLocked() );
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user