summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2020-09-14 04:01:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-03 20:34:08 +0000
commit22c85e1413b6b649ec34cd68f063bbe3a22fdbf6 (patch)
tree7e780def81ad007d0e31d45d8bf48fa982c8eb45 /src/mongo/db/service_context.h
parent80cbded0cf8ab6fd8a88f17dd608beb883d74b33 (diff)
downloadmongo-22c85e1413b6b649ec34cd68f063bbe3a22fdbf6.tar.gz
Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"
This reverts commit 575f370475bd31fc457a93a776061f1b80448028.
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r--src/mongo/db/service_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h
index a3ee1c646b2..4b900fa6384 100644
--- a/src/mongo/db/service_context.h
+++ b/src/mongo/db/service_context.h
@@ -42,7 +42,6 @@
#include "mongo/platform/mutex.h"
#include "mongo/stdx/condition_variable.h"
#include "mongo/stdx/unordered_set.h"
-#include "mongo/transport/service_executor.h"
#include "mongo/transport/session.h"
#include "mongo/util/clock_source.h"
#include "mongo/util/concurrency/with_lock.h"
@@ -684,11 +683,6 @@ private:
SyncUnique<ServiceEntryPoint> _serviceEntryPoint;
/**
- * The ServiceExecutor
- */
- SyncUnique<transport::ServiceExecutor> _serviceExecutor;
-
- /**
* The storage engine, if any.
*/
SyncUnique<StorageEngine> _storageEngine;