Remove compiler ctx allocator

This commit is contained in:
2025-09-11 11:23:07 +02:00
parent 79ec6cc42f
commit 78e6d6146e
5 changed files with 18 additions and 29 deletions

View File

@@ -175,8 +175,6 @@ Compiler_Context :: struct {
had_error : bool;
messages : [..]Compiler_Message;
allocator : Allocator;
}
#add_context scratch_allocators : [2]Allocator;