Remove dead mutexes

This commit is contained in:
gingerBill
2021-07-13 23:10:12 +01:00
parent 7a9b7af078
commit 69027b6840
3 changed files with 0 additions and 18 deletions

View File

@@ -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;
}