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