summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-08-25 10:24:44 -0400
committerDwight <dmerriman@gmail.com>2009-08-25 10:24:44 -0400
commit2706a281233e0cef00cc92437865269a057b0707 (patch)
treebc119c609a68a9337e728b7b401bf59deffa3357 /db/btreecursor.cpp
parent360dc900a0e45481b535662acb5fd9970eba55ab (diff)
downloadmongo-2706a281233e0cef00cc92437865269a057b0707.tar.gz
begin cmdline.h
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),