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
-3
View File
@@ -380,9 +380,6 @@ struct Checker {
ProcBodyQueue procs_to_check_queue;
gbSemaphore procs_to_check_semaphore;
MPMCQueue<UntypedExprInfo> global_untyped_queue;
gbMutex poly_type_mutex;
gbMutex poly_proc_mutex;
};