mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Remove dead mutexes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user