summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_source_manager.h')
-rw-r--r--src/mongo/db/s/migration_source_manager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/s/migration_source_manager.h b/src/mongo/db/s/migration_source_manager.h
index d51d6265867..9b1b64dd87f 100644
--- a/src/mongo/db/s/migration_source_manager.h
+++ b/src/mongo/db/s/migration_source_manager.h
@@ -187,13 +187,6 @@ private:
CollectionMetadata _getCurrentMetadataAndCheckEpoch();
/**
- * If this donation moves the first chunk to the recipient (i.e., the recipient didn't have any
- * chunks), this function writes a no-op message to the oplog, so that change stream will notice
- * that and close the cursor in order to notify mongos to target the new shard as well.
- */
- void _notifyChangeStreamsOnRecipientFirstChunk(const CollectionMetadata& metadata);
-
- /**
* Called when any of the states fails. May only be called once and will put the migration
* manager into the kDone state.
*/