summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-01-15 16:41:32 -0500
committerTad Marshall <tad@10gen.com>2013-03-11 06:49:43 -0400
commit3a2a35044db2205cf7f31ceb45436e2dab9f9a6e (patch)
tree5c0dcdc2aee709328de21b01bb174cf63f396153 /src/mongo/db/db.h
parent0982b4085efb7cdd6115ae9c66c13a358390a4aa (diff)
downloadmongo-3a2a35044db2205cf7f31ceb45436e2dab9f9a6e.tar.gz
SERVER-7189 Remove redundant call to Lock::nested()
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r--src/mongo/db/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h
index 4b7c07d83a6..0e044d799ad 100644
--- a/src/mongo/db/db.h
+++ b/src/mongo/db/db.h
@@ -36,7 +36,6 @@ namespace mongo {
_context = c.getContext();
verify( Lock::isLocked() );
if( Lock::nested() ) {
- Lock::nested();
massert(10298 , "can't temprelease nested lock", false);
}
if ( _context ) {