summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2020-08-17 19:02:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-31 16:41:08 +0000
commitb039b24746e1d1fb10a32e1ca4831423c01d4cd7 (patch)
treeb74d6034f40bbb97bfa336fdb480ee58892f9d3b /src/mongo/db/service_context.h
parentf5da4e4b7f7f04267bd92736ee9b16417e6d70ff (diff)
downloadmongo-b039b24746e1d1fb10a32e1ca4831423c01d4cd7.tar.gz
SERVER-48980 Associate ServiceExecutors with Clients
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 8d95c13b161..08e93df9cfb 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"
@@ -634,11 +633,6 @@ private:
std::unique_ptr<ServiceEntryPoint> _serviceEntryPoint;
/**
- * The ServiceExecutor
- */
- std::unique_ptr<transport::ServiceExecutor> _serviceExecutor;
-
- /**
* The storage engine, if any.
*/
std::unique_ptr<StorageEngine> _storageEngine;