mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 14:03:14 +00:00
Remove dead mutexes
This commit is contained in:
@@ -962,9 +962,6 @@ bool init_checker(Checker *c, Parser *parser) {
|
||||
gb_semaphore_init(&c->procs_to_check_semaphore);
|
||||
|
||||
mpmc_init(&c->global_untyped_queue, a, 1<<20);
|
||||
|
||||
gb_mutex_init(&c->poly_type_mutex);
|
||||
gb_mutex_init(&c->poly_proc_mutex);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user