Cleanup: avoid warning about returning a value in void context.
This commit is contained in:
parent
e19d7089a7
commit
6e8999717f
@ -236,7 +236,7 @@ public:
|
||||
void Clear()
|
||||
{
|
||||
MapLocker locker(this);
|
||||
return fMap.Clear();
|
||||
fMap.Clear();
|
||||
}
|
||||
|
||||
Value Get(const Key& key) const
|
||||
|
Loading…
Reference in New Issue
Block a user