mirror of
https://github.com/anope/anope.git
synced 2026-06-27 21:06:37 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
@@ -90,10 +90,6 @@ NumberList::NumberList(const Anope::string &list, bool descending) : desc(descen
|
||||
} while (sep.GetToken(token));
|
||||
}
|
||||
|
||||
NumberList::~NumberList()
|
||||
{
|
||||
}
|
||||
|
||||
void NumberList::Process()
|
||||
{
|
||||
if (!is_valid)
|
||||
|
||||
Reference in New Issue
Block a user