kill old code

This commit is contained in:
Ryan Fleury
2025-04-23 11:55:58 -07:00
parent 264dbc8199
commit c766ffe0a3
4 changed files with 0 additions and 17 deletions
-1
View File
@@ -41,7 +41,6 @@ thread_static E_InterpretCtx *e_interpret_ctx = 0;
////////////////////////////////
//~ rjf: Context Selection Functions (Selection Required For All Subsequent APIs)
internal E_InterpretCtx *e_selected_interpret_ctx(void);
internal void e_select_interpret_ctx(E_InterpretCtx *ctx, RDI_Parsed *primary_rdi, U64 ip_voff);
////////////////////////////////