summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bridge.cpp
diff options
context:
space:
mode:
authorReo Kimura <reo.kimura@mongodb.com>2020-07-22 03:03:43 +0000
committerReo Kimura <reo.kimura@mongodb.com>2020-08-07 18:51:05 +0000
commit120b213146dc93d8777371650d082dd15b1a1c0b (patch)
treee9c961f52fc308429d188bbb5e61dffbd01d1e21 /src/mongo/tools/bridge.cpp
parent9238911d0a46f26419ecdbec4293457b9e1a891d (diff)
downloadmongo-120b213146dc93d8777371650d082dd15b1a1c0b.tar.gz
SERVER-49072 Created SE decorations, rewrote SEPI start/shutdown of SEsserver-49072
Diffstat (limited to 'src/mongo/tools/bridge.cpp')
-rw-r--r--src/mongo/tools/bridge.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/tools/bridge.cpp b/src/mongo/tools/bridge.cpp
index e377fae9be8..98babf0854f 100644
--- a/src/mongo/tools/bridge.cpp
+++ b/src/mongo/tools/bridge.cpp
@@ -478,10 +478,6 @@ int bridgeMain(int argc, char** argv) {
setGlobalServiceContext(ServiceContext::make());
auto serviceContext = getGlobalServiceContext();
serviceContext->setServiceEntryPoint(std::make_unique<ServiceEntryPointBridge>(serviceContext));
- serviceContext->setServiceExecutor(
- std::make_unique<transport::ServiceExecutorSynchronous>(serviceContext));
-
- fassert(50766, serviceContext->getServiceExecutor()->start());
transport::TransportLayerASIO::Options opts;
opts.ipList.emplace_back("0.0.0.0");