Bug 1317954 - Replace default bodies of special member functions with = default; in xpcom/. r=froydnj
MozReview-Commit-ID: 5GXchMr0VvV
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user