1
0

removed NULL assignment to const value

This commit is contained in:
Tycho 2014-05-30 14:50:30 +01:00
parent d854d3af1c
commit f26ddac619

View File

@ -103,7 +103,6 @@ cChunkData::~cChunkData()
for (size_t i = 0; i < NumSections; i++)
{
m_Sections[i] = a_Other.m_Sections[i];
a_Other.m_Sections[i] = NULL;
}
a_Other.m_IsOwner = false;
return *this;