mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -53,9 +53,7 @@ PeerSet::PeerSet (Application& app, uint256 const& hash,
|
||||
assert ((mTimerInterval > 10ms) && (mTimerInterval < 30s));
|
||||
}
|
||||
|
||||
PeerSet::~PeerSet ()
|
||||
{
|
||||
}
|
||||
PeerSet::~PeerSet() = default;
|
||||
|
||||
bool PeerSet::insert (std::shared_ptr<Peer> const& ptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user