Bug 1317954 - Replace default bodies of special member functions with = default; in xpcom/. r=froydnj

MozReview-Commit-ID: 5GXchMr0VvV
This commit is contained in:
Andi-Bogdan Postelnicu
2016-11-16 14:25:31 +02:00
parent 21662ed9ae
commit 1f83323e89
7 changed files with 10 additions and 26 deletions

View File

@@ -206,9 +206,7 @@ CategoryNode::Create(PLArenaPool* aArena)
return new (aArena) CategoryNode();
}
CategoryNode::~CategoryNode()
{
}
CategoryNode::~CategoryNode() = default;
void*
CategoryNode::operator new(size_t aSize, PLArenaPool* aArena)