summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.h
diff options
context:
space:
mode:
authorLeonardo Menti <leonardo.menti@mongodb.com>2022-08-25 16:03:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-25 17:22:59 +0000
commitd6a7a5f9cf7e98bd378006a4bab504b4e38c87ac (patch)
treea7cd09de637aef4c10ec86e4555597aa40953b70 /src/mongo/db/concurrency/lock_state.h
parent8da4f60772acaebf6e561a9d5c5b527457559eca (diff)
downloadmongo-d6a7a5f9cf7e98bd378006a4bab504b4e38c87ac.tar.gz
SERVER-68585 Integrate AcquisitionPriority to the Locker
Diffstat (limited to 'src/mongo/db/concurrency/lock_state.h')
-rw-r--r--src/mongo/db/concurrency/lock_state.h4
1 files changed, 0 insertions, 4 deletions
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;