mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 03:24:19 +00:00
Fix check_procedure_bodies to allow multiple threads caused by a typo
This commit is contained in:
@@ -4941,7 +4941,6 @@ void check_procedure_bodies(Checker *c) {
|
||||
if (!build_context.threaded_checker) {
|
||||
worker_count = 0;
|
||||
}
|
||||
worker_count = 0;
|
||||
if (worker_count == 0) {
|
||||
auto *this_queue = &c->procs_to_check_queue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user