summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2016-12-08 15:58:23 -0500
committerGeert Bosch <geert@mongodb.com>2016-12-12 18:09:50 -0500
commit6dc9fc6ba93b62830dd905f6fac39e0802566a9a (patch)
tree9f95655578a9e49f70bc4d4ce13d975b0e014d8e /src/mongo/db/operation_context.h
parent4ae06d14a14f520f8d16228670ab2e1836173dbc (diff)
downloadmongo-6dc9fc6ba93b62830dd905f6fac39e0802566a9a.tar.gz
SERVER-26126 Remove broken LockState caching
Diffstat (limited to 'src/mongo/db/operation_context.h')
-rw-r--r--src/mongo/db/operation_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/operation_context.h b/src/mongo/db/operation_context.h
index 2c8be360a77..b9d57951ec1 100644
--- a/src/mongo/db/operation_context.h
+++ b/src/mongo/db/operation_context.h
@@ -123,12 +123,6 @@ public:
void setLockState(std::unique_ptr<Locker> locker);
/**
- * Releases the locker to the caller. Call during OperationContext cleanup or initialization,
- * only.
- */
- std::unique_ptr<Locker> releaseLockState();
-
- /**
* Raises a UserException if this operation is in a killed state.
*/
void checkForInterrupt();