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-22 18:56:04 -0500
commit7b68733fae7ce8d91f9a5fda67b9972c15a20ef0 (patch)
treef59233f093cd6e406e3807a06f79838e7c152439 /src/mongo/db/operation_context.h
parent8b6d59479a2a7b3f490057279599d245ee00195b (diff)
downloadmongo-7b68733fae7ce8d91f9a5fda67b9972c15a20ef0.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();