Bug 1318004 - Replace default bodies of special member functions with = default; r=Ehsan

MozReview-Commit-ID: 33AOhtFrXS8
This commit is contained in:
Sylvestre Ledru
2016-11-16 18:26:14 +01:00
parent 42c66c2252
commit c30faf12df
19 changed files with 33 additions and 59 deletions

View File

@@ -224,8 +224,7 @@ HashStore::HashStore(const nsACString& aTableName,
}
HashStore::~HashStore()
{
}
= default;
nsresult
HashStore::Reset()