diff options
author | Randolph Tan <randolph@10gen.com> | 2023-03-02 15:59:31 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-03-02 17:26:25 +0000 |
commit | c9a99c120371d4d4c52cbb15dac34a36ce8d3b1d (patch) | |
tree | 434802494a8cfb5395df2940cb2cb34f49bdd623 /src/mongo/db/s/migration_chunk_cloner_source.cpp | |
parent | b3622ffcaa4efbb8752ca4acb1dbbb93c05d2ff5 (diff) | |
download | mongo-r6.0.5.tar.gz |
Revert "SERVER-67183 Add parallel fetchers and inserters for chunk migration"r6.0.5-rc1r6.0.5
This reverts commit ede7bdea766fff40678d03a7051b0d15de0fbba6.
Diffstat (limited to 'src/mongo/db/s/migration_chunk_cloner_source.cpp')
-rw-r--r-- | src/mongo/db/s/migration_chunk_cloner_source.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/s/migration_chunk_cloner_source.cpp b/src/mongo/db/s/migration_chunk_cloner_source.cpp index 194e929cb70..6df6ebadd6f 100644 --- a/src/mongo/db/s/migration_chunk_cloner_source.cpp +++ b/src/mongo/db/s/migration_chunk_cloner_source.cpp @@ -27,8 +27,6 @@ * it in the license file. */ - -#include "mongo/bson/bsonobj.h" #include "mongo/platform/basic.h" #include "mongo/db/s/migration_chunk_cloner_source.h" |