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