mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-23 03:55:49 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -34,10 +34,6 @@ CountedObjects::CountedObjects ()
|
||||
{
|
||||
}
|
||||
|
||||
CountedObjects::~CountedObjects ()
|
||||
{
|
||||
}
|
||||
|
||||
CountedObjects::List CountedObjects::getCounts (int minimumThreshold) const
|
||||
{
|
||||
List counts;
|
||||
|
||||
Reference in New Issue
Block a user