summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding_util.h')
-rw-r--r--src/mongo/db/s/resharding_util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/s/resharding_util.h b/src/mongo/db/s/resharding_util.h
index 0e8646a0f88..d38b2c8742c 100644
--- a/src/mongo/db/s/resharding_util.h
+++ b/src/mongo/db/s/resharding_util.h
@@ -281,16 +281,6 @@ std::unique_ptr<Pipeline, PipelineDeleter> createOplogFetchingPipelineForReshard
const ShardId& recipientShard);
/**
- * Returns the shard Id of the recipient shard that would own the document under the new shard
- * key pattern.
- */
-boost::optional<ShardId> getDestinedRecipient(OperationContext* opCtx,
- const NamespaceString& sourceNss,
- const BSONObj& fullDocument,
- CollectionShardingState* css,
- const ScopedCollectionDescription& collDesc);
-
-/**
* Sentinel oplog format:
* {
* op: "n",