diff options
author | Antonio Fuschetto <antonio.fuschetto@mongodb.com> | 2022-07-14 08:01:22 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-14 08:37:19 +0000 |
commit | a554bc4f5fa9a7e5cd2c4f89cfca7e91e029b3cf (patch) | |
tree | b109bc00107c4e71bb33ae5cd29c3c4b59a02b91 /src/mongo/db/s | |
parent | 8402a8253b85f758f53352328fa428ab144ea24f (diff) | |
download | mongo-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.cpp | 1 |
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" |