0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
This commit is contained in:
Dwight 2011-12-12 10:38:55 -05:00
parent 21fee761c6
commit 352b27c12f

View File

@ -32,7 +32,10 @@ namespace mongo {
TSP_DEFINE(Client,currentClient)
Client::LockStatus::LockStatus() {
dassert(false);
// why is mongo::Client used in mongos? that is very weird.
// commenting this out until that is cleaned up or until someone puts a comment here
// explaining why it does make sense.
////dassert(false);
}
Client::Client(const char *desc , AbstractMessagingPort *p) :