mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 20:20:00 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
#include <functional>
|
||||
#include <utility>
|
||||
|
||||
CScheduler::CScheduler()
|
||||
{
|
||||
}
|
||||
CScheduler::CScheduler() = default;
|
||||
|
||||
CScheduler::~CScheduler()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user