From d6a7a5f9cf7e98bd378006a4bab504b4e38c87ac Mon Sep 17 00:00:00 2001 From: Leonardo Menti Date: Thu, 25 Aug 2022 16:03:45 +0000 Subject: SERVER-68585 Integrate AcquisitionPriority to the Locker --- src/mongo/db/concurrency/lock_state.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mongo/db/concurrency/lock_state.h') diff --git a/src/mongo/db/concurrency/lock_state.h b/src/mongo/db/concurrency/lock_state.h index 4664bb2c72f..392d0f7ef6d 100644 --- a/src/mongo/db/concurrency/lock_state.h +++ b/src/mongo/db/concurrency/lock_state.h @@ -36,7 +36,6 @@ #include "mongo/db/concurrency/locker.h" #include "mongo/db/operation_context.h" #include "mongo/platform/atomic_word.h" -#include "mongo/util/concurrency/admission_context.h" #include "mongo/util/concurrency/spin_lock.h" #include "mongo/util/concurrency/ticketholder.h" @@ -377,9 +376,6 @@ private: // A structure for accumulating time spent getting flow control tickets. FlowControlTicketholder::CurOp _flowControlStats; - // Keeps state and statistics related to admission control. - AdmissionContext _admCtx; - // The global ticketholders of the service context. TicketHolder* _ticketHolder; -- cgit v1.2.1