Fix check_procedure_bodies to allow multiple threads caused by a typo

This commit is contained in:
gingerBill
2022-01-10 13:31:34 +00:00
parent 80bd1eb615
commit cb1080d56c

View File

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