summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/btreecursor.cpp')
-rw-r--r--db/btreecursor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/db/btreecursor.cpp b/db/btreecursor.cpp
index e3e942dfe60..7dd5fc733fa 100644
--- a/db/btreecursor.cpp
+++ b/db/btreecursor.cpp
@@ -25,9 +25,6 @@ namespace mongo {
extern int otherTraceLevel;
- DiskLoc maxDiskLoc(0x7fffffff, 0x7fffffff);
- DiskLoc minDiskLoc(0, 1);
-
BtreeCursor::BtreeCursor( NamespaceDetails *_d, int _idxNo, const IndexDetails &_id,
const BSONObj &_startKey, const BSONObj &_endKey, bool endKeyInclusive, int _direction ) :
d(_d), idxNo(_idxNo),