summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
diff options
context:
space:
mode:
authorAntonio Fuschetto <antonio.fuschetto@mongodb.com>2022-07-14 08:01:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-14 08:37:19 +0000
commita554bc4f5fa9a7e5cd2c4f89cfca7e91e029b3cf (patch)
treeb109bc00107c4e71bb33ae5cd29c3c4b59a02b91 /src/mongo/db/s
parent8402a8253b85f758f53352328fa428ab144ea24f (diff)
downloadmongo-a554bc4f5fa9a7e5cd2c4f89cfca7e91e029b3cf.tar.gz
SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flag
Diffstat (limited to 'src/mongo/db/s')
-rw-r--r--src/mongo/db/s/migration_destination_manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_destination_manager.cpp b/src/mongo/db/s/migration_destination_manager.cpp
index 0093333fa31..bc707e25182 100644
--- a/src/mongo/db/s/migration_destination_manager.cpp
+++ b/src/mongo/db/s/migration_destination_manager.cpp
@@ -77,7 +77,6 @@
#include "mongo/s/client/shard_registry.h"
#include "mongo/s/cluster_commands_helpers.h"
#include "mongo/s/grid.h"
-#include "mongo/s/pm2423_feature_flags_gen.h"
#include "mongo/s/shard_key_pattern.h"
#include "mongo/s/sharding_feature_flags_gen.h"
#include "mongo/stdx/chrono.h"