summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/concurrency/lock_manager.h')
-rw-r--r--src/mongo/db/concurrency/lock_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/concurrency/lock_manager.h b/src/mongo/db/concurrency/lock_manager.h
index 4b82349432c..18a20900332 100644
--- a/src/mongo/db/concurrency/lock_manager.h
+++ b/src/mongo/db/concurrency/lock_manager.h
@@ -63,8 +63,6 @@ public:
* Retrieves the lock manager instance attached to this ServiceContext.
* The lock manager is now a decoration on the service context and this is the accessor that
* most callers should prefer outside of startup, lock internals, and debugger scripts.
- * Using the ServiceContext and OperationContext versions where possible is preferable to
- * getGlobalLockManager().
*/
static LockManager* get(ServiceContext* service);
static LockManager* get(ServiceContext& service);