Remove compiler ctx allocator
This commit is contained in:
@@ -175,8 +175,6 @@ Compiler_Context :: struct {
|
||||
|
||||
had_error : bool;
|
||||
messages : [..]Compiler_Message;
|
||||
|
||||
allocator : Allocator;
|
||||
}
|
||||
|
||||
#add_context scratch_allocators : [2]Allocator;
|
||||
|
||||
Reference in New Issue
Block a user