summaryrefslogtreecommitdiff
path: root/src/mongo/db/queryutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/queryutil.h')
-rw-r--r--src/mongo/db/queryutil.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/queryutil.h b/src/mongo/db/queryutil.h
index a1eaf78bcf8..9dfc7a0cf3d 100644
--- a/src/mongo/db/queryutil.h
+++ b/src/mongo/db/queryutil.h
@@ -212,8 +212,6 @@ namespace mongo {
// element having field name '$elemMatch'.
};
- class QueryPattern;
-
/**
* A set of FieldRanges determined from constraints on the fields of a query,
* that may be used to determine index bounds.
@@ -279,7 +277,7 @@ namespace mongo {
const char *ns() const { return _ns.c_str(); }
- QueryPattern pattern( const BSONObj &sort = BSONObj() ) const;
+ // QueryPattern pattern( const BSONObj &sort = BSONObj() ) const;
SpecialIndices getSpecial() const;
/**