summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/metadata_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/metadata_manager.h')
-rw-r--r--src/mongo/db/s/metadata_manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/s/metadata_manager.h b/src/mongo/db/s/metadata_manager.h
index 5343e7cc123..153dbb5f55f 100644
--- a/src/mongo/db/s/metadata_manager.h
+++ b/src/mongo/db/s/metadata_manager.h
@@ -142,8 +142,7 @@ public:
* returns a future that will be resolved when the newest overlapping range's deletion (possibly
* the one of interest) completes or fails.
*/
- boost::optional<SharedSemiFuture<void>> trackOrphanedDataCleanup(
- ChunkRange const& orphans) const;
+ SharedSemiFuture<void> trackOrphanedDataCleanup(ChunkRange const& orphans) const;
/**
* Returns a future marked as ready when all the ongoing queries retaining the range complete