eliminate usage of old overcomplicated call stack data structure, which required actively holding debug info references... we want to eliminate this so that we can trivially cache call stacks / unwinds

This commit is contained in:
Ryan Fleury
2025-05-14 13:51:59 -07:00
parent b49f4559ce
commit a7b6e6f02a
2 changed files with 10 additions and 38 deletions
-2
View File
@@ -6608,7 +6608,5 @@ ASYNC_WORK_DEF(ctrl_unwind_work)
CTRL_Handle thread_handle = {0};
ctrl_u2uw_dequeue_req(&thread_handle);
return 0;
}