Removed useless comment

This commit is contained in:
Andrey Skobtsov 2020-05-20 21:37:16 +03:00
parent 97043e588f
commit 4151cf7ac8

View File

@ -478,8 +478,6 @@ void PerfEventsCounters::finalizeProfileEvents(PerfEventsCounters & counters, Pr
if (current_thread_counters_id != counters.id)
return;
// process raw events
// only read counters here to have as little overhead for processing as possible
for (size_t i = 0; i < NUMBER_OF_RAW_EVENTS; ++i)
{