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

Remove parent pointer from ZoneEvent.

This commit is contained in:
Bartosz Taudul
2017-10-22 16:15:27 +02:00
parent 56d2842e2e
commit 2e6350877d
3 changed files with 33 additions and 15 deletions
-1
View File
@@ -25,7 +25,6 @@ struct ZoneEvent
int8_t cpu_end;
TextData* text;
ZoneEvent* parent;
Vector<ZoneEvent*> child;
};