i think this bit was ok and it was a false positive - someone prove me wrong if you think otherwise

This commit is contained in:
DarthArgus
2016-02-03 02:11:30 -06:00
parent adf7f67682
commit 97feb98d31
@@ -123,7 +123,6 @@ void ReportManager::addReport(Unicode::String const &reportingName, NetworkId co
if (((systemTime - iterReportThrottle->second) >= s_throttleTime))
{
s_reportThrottle.erase(iterReportThrottle);
break;
}
}
}