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:
@@ -25,7 +25,6 @@ struct ZoneEvent
|
||||
int8_t cpu_end;
|
||||
|
||||
TextData* text;
|
||||
ZoneEvent* parent;
|
||||
Vector<ZoneEvent*> child;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user