eliminate now-unnecessary debug info references in call stack data structure

This commit is contained in:
Ryan Fleury
2025-05-14 13:53:24 -07:00
parent a7b6e6f02a
commit 99a8108b2a
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -249,9 +249,6 @@ struct CTRL_CallStackFrame
U64 unwind_count;
U64 inline_depth;
void *regs;
RDI_Parsed *rdi;
RDI_Procedure *procedure;
RDI_InlineSite *inline_site;
};
typedef struct CTRL_CallStack CTRL_CallStack;