mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -370,9 +370,7 @@ public:
|
||||
InitHardwareRand();
|
||||
}
|
||||
|
||||
~RNGState()
|
||||
{
|
||||
}
|
||||
~RNGState() = default;
|
||||
|
||||
void AddEvent(uint32_t event_info) noexcept EXCLUSIVE_LOCKS_REQUIRED(!m_events_mutex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user