summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/drop_collection_coordinator.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-11 15:28:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-11 16:46:05 +0000
commitbdbc1fc5dd5ca8adf4302c7f7d766257d246f337 (patch)
treeaf12087f10eae68f32c4de80d991a41e6513b15e /src/mongo/db/s/drop_collection_coordinator.cpp
parent3073672397e7ee454f215ee893430e112d3a96c4 (diff)
downloadmongo-bdbc1fc5dd5ca8adf4302c7f7d766257d246f337.tar.gz
SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImpl
Diffstat (limited to 'src/mongo/db/s/drop_collection_coordinator.cpp')
-rw-r--r--src/mongo/db/s/drop_collection_coordinator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/s/drop_collection_coordinator.cpp b/src/mongo/db/s/drop_collection_coordinator.cpp
index 70cf4e2ea34..49c7a273ffa 100644
--- a/src/mongo/db/s/drop_collection_coordinator.cpp
+++ b/src/mongo/db/s/drop_collection_coordinator.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-
#include "mongo/db/s/drop_collection_coordinator.h"
#include "mongo/db/catalog/collection_uuid_mismatch.h"
@@ -35,7 +34,6 @@
#include "mongo/db/s/sharding_ddl_util.h"
#include "mongo/db/s/sharding_logging.h"
#include "mongo/db/s/sharding_state.h"
-#include "mongo/db/s/sharding_util.h"
#include "mongo/logv2/log.h"
#include "mongo/s/catalog/sharding_catalog_client.h"
#include "mongo/s/client/shard_registry.h"
@@ -44,7 +42,6 @@
#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
-
namespace mongo {
DropReply DropCollectionCoordinator::dropCollectionLocally(OperationContext* opCtx,