summaryrefslogtreecommitdiff
path: root/db/clientcursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/clientcursor.h')
-rw-r--r--db/clientcursor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/clientcursor.h b/db/clientcursor.h
index 2e10a38af81..1bce1a3b463 100644
--- a/db/clientcursor.h
+++ b/db/clientcursor.h
@@ -103,7 +103,6 @@ namespace mongo {
/*const*/ CursorId cursorid;
string ns;
- auto_ptr<CoveredIndexMatcher> matcher;
shared_ptr<Cursor> c;
int pos; // # objects into the cursor so far
BSONObj query;