summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_util.h')
-rw-r--r--src/mongo/db/s/migration_util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/s/migration_util.h b/src/mongo/db/s/migration_util.h
index 7ac9da2a9b2..df5ba9a15b6 100644
--- a/src/mongo/db/s/migration_util.h
+++ b/src/mongo/db/s/migration_util.h
@@ -47,8 +47,6 @@ class ShardId;
namespace migrationutil {
-constexpr auto kRangeDeletionThreadName = "range-deleter"_sd;
-
/**
* Creates a report document with the provided parameters:
*
@@ -138,15 +136,6 @@ void persistRangeDeletionTaskLocally(OperationContext* opCtx,
const WriteConcernOptions& writeConcern);
/**
- * Updates the range deletion task document to increase or decrease numOrphanedDocs and waits for
- * write concern.
- */
-void persistUpdatedNumOrphans(OperationContext* opCtx,
- const UUID& collectionUuid,
- const ChunkRange& range,
- long long changeInOrphans);
-
-/**
* Retrieves the value of 'numOrphanedDocs' from the recipient shard's range deletion task document.
*/
long long retrieveNumOrphansFromRecipient(OperationContext* opCtx,