From 472959b29f011a2bbbdd90eb89e54a440bd8d0bf Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 1 Oct 2019 01:15:43 +0200 Subject: [PATCH] Remove irrelevant comment. --- server/TracyEvent.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 0876b4ef..6db27f39 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -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; }