| ... | ... | @@ -3542,8 +3542,7 @@ fn performAllTheWorkInner( |
| 3542 | 3542 | // in the `astgen_wait_group`. |
| 3543 | 3543 | if (comp.job_queued_update_builtin_zig) b: { |
| 3544 | 3544 | comp.job_queued_update_builtin_zig = false; |
| 3545 | | const zcu = comp.zcu orelse break :b; |
| 3546 | | _ = zcu; |
| 3545 | if (comp.zcu == null) break :b; |
| 3547 | 3546 | // TODO put all the modules in a flat array to make them easy to iterate. |
| 3548 | 3547 | var seen: std.AutoArrayHashMapUnmanaged(*Package.Module, void) = .{}; |
| 3549 | 3548 | defer seen.deinit(comp.gpa); |