summaryrefslogtreecommitdiff
path: root/src/mongo/db/queryutil.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-12-12 11:56:21 -0500
committerHari Khalsa <hkhalsa@10gen.com>2013-12-13 11:54:44 -0500
commitb0c2eab53f6733e87d69fe8c1f22324efa735952 (patch)
treedba7b2d628245a900e2c8486eb2f5fc8f2aa4cbd /src/mongo/db/queryutil.h
parentbf44f7690aadf1f99e7979adf6c33d4dea2f5464 (diff)
downloadmongo-b0c2eab53f6733e87d69fe8c1f22324efa735952.tar.gz
SERVER-10026 remove rest of dead code
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;
/**