mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
eliminate per-executable initialization, just pull that down into the base layer entry point
This commit is contained in:
@@ -39,8 +39,6 @@ entry_point(CmdLine *cmd_line)
|
||||
//////////////////////////////
|
||||
//- rjf: set up
|
||||
//
|
||||
local_persist TCTX main_thread_tctx = {0};
|
||||
tctx_init_and_equip(&main_thread_tctx);
|
||||
Arena *arena = arena_alloc();
|
||||
String8List errors = {0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user