0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

partial fix compile

This commit is contained in:
dwight 2011-07-11 19:19:32 -04:00
parent 39ff82a10c
commit f3600a5560

View File

@ -249,8 +249,8 @@ namespace mongo {
scoped_lock( SimpleMutex &m ) : _lk(m._m) { }
};
void lock() { _m.lock(); }
void unlock() { _m.unlock(); }
// void lock() { _m.lock(); }
//void unlock() { _m.unlock(); }
};
#endif