More clang fixes

This commit is contained in:
SChernykh
2021-08-23 11:44:26 +02:00
parent 4a5691e349
commit 39a8c68ab7
5 changed files with 5 additions and 9 deletions

View File

@@ -23,8 +23,7 @@ static constexpr char log_category_prefix[] = "Mempool ";
namespace p2pool {
Mempool::Mempool(p2pool* pool)
: m_pool(pool)
Mempool::Mempool()
{
uv_rwlock_init_checked(&m_lock);
}