mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-30 01:01:49 -07:00
Remove the synchronization primitive init/destroy calls
This commit is contained in:
@@ -132,7 +132,6 @@ gb_internal bool lb_init_generator(lbGenerator *gen, Checker *c) {
|
||||
map_init(&gen->anonymous_proc_lits, heap_allocator(), 1024);
|
||||
|
||||
|
||||
mutex_init(&gen->foreign_mutex);
|
||||
array_init(&gen->foreign_libraries, heap_allocator(), 0, 1024);
|
||||
ptr_set_init(&gen->foreign_libraries_set, heap_allocator(), 1024);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user