Remove dead code

This commit is contained in:
gingerBill
2021-07-15 00:37:59 +01:00
parent 981b9fb7a8
commit 2938ec028f
3 changed files with 5 additions and 20 deletions
+4 -1
View File
@@ -295,7 +295,10 @@ struct CheckerInfo {
// NOTE(bill): If the semantic checker (check_proc_body) is to ever to be multithreaded,
// these variables will be of contention
BlockingMutex deps_mutex; // NOT recursive & Only used in `check_proc_body`
// NOT recursive & Only used at the end of `check_proc_body`
// This is a possible source of contention but probably not
// too much of a problem in practice
BlockingMutex deps_mutex;
gbMutex gen_procs_mutex; // Possibly recursive
gbMutex gen_types_mutex; // Possibly recursive