mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
0b6270f042
@ -32,9 +32,6 @@ namespace mongo {
|
||||
return i;
|
||||
}
|
||||
|
||||
// need this stub to reduce mongos link dependencies
|
||||
inline Matcher::~Matcher() { assert(!"this shouldn't be called"); }
|
||||
|
||||
boost::thread_specific_ptr<Client> currentClient;
|
||||
Client::~Client(){ assert(!"this shouldn't be called"); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user