mirror of
https://github.com/anope/anope.git
synced 2026-06-25 19:56:39 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
@@ -122,10 +122,6 @@ Command::Command(Module *o, const Anope::string &sname, size_t minparams, size_t
|
||||
allow_unregistered = require_user = false;
|
||||
}
|
||||
|
||||
Command::~Command()
|
||||
{
|
||||
}
|
||||
|
||||
void Command::SetDesc(const Anope::string &d)
|
||||
{
|
||||
this->desc = d;
|
||||
|
||||
Reference in New Issue
Block a user