0
0
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:
dwight 2009-11-28 14:05:24 -05:00
parent b85efc8064
commit e65fba32c2

View File

@ -191,7 +191,8 @@ namespace mongo {
*/
inline void assertInWriteLock() {
assert( dbMutexInfo.isLocked() );
/* TEMP assert( dbMutexInfo.isLocked() );
*/
}
}