1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

ThreadCompress::Load() doesn't need fileVer.

This commit is contained in:
Bartosz Taudul
2023-04-16 17:17:07 +02:00
parent f60e51c91b
commit 1c13c1ee8f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
ThreadCompress();
void InitZero();
void Load( FileRead& f, int fileVer );
void Load( FileRead& f );
void Save( FileWrite& f ) const;
tracy_force_inline uint16_t CompressThread( uint64_t thread )