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

Non-memory tree callstacks are not needed.

This commit is contained in:
Bartosz Taudul
2021-11-13 22:09:16 +01:00
parent b4726833e9
commit 1d7ab70199
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -478,7 +478,6 @@ struct CallstackFrameTree
CallstackFrameId frame;
uint32_t count;
unordered_flat_map<uint64_t, CallstackFrameTree> children;
unordered_flat_set<uint32_t> callstacks;
};
enum { CallstackFrameTreeSize = sizeof( CallstackFrameTree ) };