mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
spam
This commit is contained in:
parent
df489393a8
commit
a98a688938
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user