summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/collection_metadata.h')
-rw-r--r--src/mongo/db/s/collection_metadata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/s/collection_metadata.h b/src/mongo/db/s/collection_metadata.h
index be11da1918d..84ff44a6c90 100644
--- a/src/mongo/db/s/collection_metadata.h
+++ b/src/mongo/db/s/collection_metadata.h
@@ -204,12 +204,6 @@ public:
bool getNextChunk(const BSONObj& lookupKey, ChunkType* chunk) const;
/**
- * Validates that the passed-in range's bounds belong to exactly one chunk in the metadata
- * cache.
- */
- Status checkRangeIsValid(const BSONObj& min, const BSONObj& max) const;
-
- /**
* Returns true if the argument range overlaps any chunk.
*/
bool rangeOverlapsChunk(const ChunkRange& range) const {