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:
parent
39ff82a10c
commit
f3600a5560
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user