0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
This commit is contained in:
Eliot Horowitz 2010-07-15 15:16:50 -04:00
parent df489393a8
commit a98a688938

View File

@ -262,8 +262,6 @@ namespace mongo {
cc->setDoingDeletes( true );
while ( c->ok() ){
cout << "want to delete : " << c->current() << endl;
DiskLoc rloc = c->currLoc();
BSONObj key = c->currKey();