summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/planner_access.h')
-rw-r--r--src/mongo/db/query/planner_access.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/query/planner_access.h b/src/mongo/db/query/planner_access.h
index e5675b81698..dc6d492a92f 100644
--- a/src/mongo/db/query/planner_access.h
+++ b/src/mongo/db/query/planner_access.h
@@ -159,13 +159,6 @@ namespace mongo {
*/
static void finishLeafNode(QuerySolutionNode* node, const IndexEntry& index);
- /**
- * Assumes each OIL in bounds is increasing.
- *
- * Aligns OILs (and bounds) according to the kp direction * the scanDir.
- */
- static void alignBounds(IndexBounds* bounds, const BSONObj& kp, int scanDir = 1);
-
private:
/**
* Add the filter 'match' to the query solution node 'node'. Takes