0
0
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:
Dwight 2010-04-13 17:21:53 -04:00
commit 0b6270f042

View File

@ -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"); }