summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-05-19 13:41:28 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-05-20 13:03:25 -0400
commit9823bc1393f71baff06e6bb2d711c628eb7015bf (patch)
treec7d1eb13c51144ba424ded787c0549fe4c4e1b61 /src/mongo/db/curop.cpp
parent24b08ff1d2b4688255675c91bc44b27fe21a23cb (diff)
downloadmongo-9823bc1393f71baff06e6bb2d711c628eb7015bf.tar.gz
SERVER-13961 Remove dependency on the TLS client from LockState
Also clean-up some of the code under LockState, in preparation from moving it under operation context.
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index 97c9c141346..a518b63b54b 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -162,9 +162,6 @@ namespace mongo {
_dbprofile = std::max( context->_db ? context->_db->getProfilingLevel() : 0 , _dbprofile );
}
- void CurOp::leave( Client::Context * context ) {
- }
-
void CurOp::recordGlobalTime( long long micros ) const {
if ( _client ) {
const LockState& ls = _client->lockState();