summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matcher.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-08-01 11:01:23 -0400
committerHari Khalsa <hkhalsa@10gen.com>2013-08-05 10:46:23 -0400
commitbd0cdbf21d2e91a4b63db6d092378a86f058c73d (patch)
tree0c4797e8dffcbb1aa3db47b52e995b0f21a58ebc /src/mongo/db/matcher/matcher.h
parent00eeec1ab83c8f4921d1bc1352221168a3a01900 (diff)
downloadmongo-bd0cdbf21d2e91a4b63db6d092378a86f058c73d.tar.gz
SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries
Diffstat (limited to 'src/mongo/db/matcher/matcher.h')
-rw-r--r--src/mongo/db/matcher/matcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/matcher/matcher.h b/src/mongo/db/matcher/matcher.h
index d847a09fb42..55011d76600 100644
--- a/src/mongo/db/matcher/matcher.h
+++ b/src/mongo/db/matcher/matcher.h
@@ -25,7 +25,6 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/db/matcher/expression.h"
#include "mongo/db/matcher/match_details.h"
-#include "mongo/db/exec/working_set.h"
namespace mongo {
@@ -52,7 +51,6 @@ namespace mongo {
bool matches(const BSONObj& doc, MatchDetails* details = NULL ) const;
- bool matches(WorkingSetMember* wsm, MatchDetails* details = NULL ) const;
bool atomic() const;