More refactoring

This commit is contained in:
Pavel Krajcevski 2013-08-26 16:11:53 -04:00
parent 0304bd4187
commit af2318027b

View file

@ -256,7 +256,6 @@ BlockStatManager::BlockStatList::~BlockStatList() {
}
void BlockStatManager::BlockStatList::AddStat(const BlockStat &stat) {
if(strncmp(stat.m_StatName, m_Stat.m_StatName, BlockStat::kStatNameSz) == 0) {
m_Stat = stat;
}