diff options
author | Dwight <dmerriman@gmail.com> | 2009-08-25 16:14:55 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-08-25 16:14:55 -0400 |
commit | 6a8b0363d961a7803d08b893924276b12c9f7f32 (patch) | |
tree | f6d5293464ab20a8140f2cd449d5fef16cdda081 /db/reccache.h | |
parent | f42a88c9a94b02ce34808f90b7d3f81a6943ca9d (diff) | |
download | mongo-6a8b0363d961a7803d08b893924276b12c9f7f32.tar.gz |
cleanup
Diffstat (limited to 'db/reccache.h')
-rw-r--r-- | db/reccache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/reccache.h b/db/reccache.h index 2e9a61a1ecd..ce57685a6ff 100644 --- a/db/reccache.h +++ b/db/reccache.h @@ -224,7 +224,6 @@ public: }; inline void dbunlocking() { -// dassert( dbMutexInfo.isLocked() ); theRecCache.ejectOld(); } |