summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_state.h
diff options
context:
space:
mode:
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;