1
0

Cleanup unneeded globals (#4736)

This commit is contained in:
peterbell10
2020-05-10 17:16:38 +01:00
committed by GitHub
parent 53d1c9036b
commit 154df6b09d
24 changed files with 39 additions and 467 deletions

View File

@@ -32,7 +32,7 @@ static void test()
delete a_Ptr;
}
virtual bool DoIsEqual(const cAllocationPool<cChunkData::sChunkSection> &) const NOEXCEPT override
virtual bool DoIsEqual(const cAllocationPool<cChunkData::sChunkSection> &) const noexcept override
{
return false;
}