summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
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.h
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.h')
-rw-r--r--src/mongo/db/curop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 4cc16c803f4..b8ce392f6e7 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -201,7 +201,6 @@ namespace mongo {
void appendQuery( BSONObjBuilder& b , const StringData& name ) const { _query.append( b , name ); }
void enter( Client::Context * context );
- void leave( Client::Context * context );
void reset();
void reset( const HostAndPort& remote, int op );
void markCommand() { _isCommand = true; }