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

Drop support for loading pre-0.6.0 traces.

This commit is contained in:
Bartosz Taudul
2020-06-14 15:52:52 +02:00
parent 634b0933d1
commit 71359c46c1
3 changed files with 211 additions and 757 deletions
-7
View File
@@ -94,13 +94,6 @@ private:
uint8_t m_idx[3];
};
struct __StringIdxOld
{
uint32_t idx : 31;
uint32_t active : 1;
};
class Int24
{
public: