Remove irrelevant comment.

This commit is contained in:
Bartosz Taudul 2019-10-01 01:15:43 +02:00
parent 717a212563
commit 472959b29f

View File

@ -279,9 +279,6 @@ struct ContextSwitchData
enum { ContextSwitchDataSize = sizeof( ContextSwitchData ) };
// Thread can't be compressed here, because we want to ignore external threads and we can't
// determine whether thread is local or external when context information arrives (thread data
// might come after context switch data).
struct ContextSwitchCpu
{
int64_t Start() const { return int64_t( _start_thread ) >> 16; }