Avoid redundant protected in CAddrMan

This commit is contained in:
Pasta 2021-07-19 12:28:24 -05:00
parent 27223b7bcc
commit 0bbe57d0a0
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -195,7 +195,6 @@ class CAddrMan
protected:
friend class CAddrManTest;
protected:
//! critical section to protect the inner data structures
mutable CCriticalSection cs;