From e43a57f6b3363e5f90c3446f7f2ccabf523a30ea Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 15 Aug 2019 21:51:47 +0200 Subject: [PATCH] Remove irrelevant comments. --- server/TracyEvent.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index b6ed77b5..a1c9fa66 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -86,8 +86,6 @@ struct ZoneEvent StringIdx text; uint32_t callstack; StringIdx name; - - // This must be last. All above is read/saved as-is. int32_t child; }; @@ -147,8 +145,6 @@ struct GpuEvent int64_t gpuEnd; int16_t srcloc; uint32_t callstack; - // All above is read/saved as-is. - uint16_t thread; int32_t child; }; @@ -165,8 +161,6 @@ struct MemEvent int64_t timeFree; uint32_t csAlloc; uint32_t csFree; - // All above is read/saved as-is. - uint16_t threadAlloc; uint16_t threadFree; };