eliminate per-callstack-frame 'parent num' - redundant info

This commit is contained in:
Ryan Fleury
2025-05-14 14:41:13 -07:00
parent 1e53ac29ef
commit 81483f5100
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -245,7 +245,6 @@ struct CTRL_Unwind
typedef struct CTRL_CallStackFrame CTRL_CallStackFrame;
struct CTRL_CallStackFrame
{
U64 parent_num;
U64 unwind_count;
U64 inline_depth;
void *regs;