summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/initial_syncer_test.cpp')
-rw-r--r--src/mongo/db/repl/initial_syncer_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/initial_syncer_test.cpp b/src/mongo/db/repl/initial_syncer_test.cpp
index 6b7138aaa8e..489b885784c 100644
--- a/src/mongo/db/repl/initial_syncer_test.cpp
+++ b/src/mongo/db/repl/initial_syncer_test.cpp
@@ -37,7 +37,6 @@
#include "mongo/db/client.h"
#include "mongo/db/commands/feature_compatibility_version_parser.h"
-#include "mongo/db/index_builds_coordinator_mongod.h"
#include "mongo/db/json.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/query/getmore_request.h"
@@ -355,7 +354,6 @@ protected:
// Required by CollectionCloner::listIndexesStage() and IndexBuildsCoordinator.
service->setStorageEngine(std::make_unique<StorageEngineMock>());
- IndexBuildsCoordinator::set(service, std::make_unique<IndexBuildsCoordinatorMongod>());
_target = HostAndPort{"localhost:12346"};
_mockServer = std::make_unique<MockRemoteDBServer>(_target.toString());