mirror of
https://github.com/JuliaLang/julia.git
synced 2026-05-28 03:10:33 +08:00
The `watch` variable was initialized to `Lockable(Core.Box(nothing))` but immediately overwritten on the next line inside the loop. Remove the unused initialization. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>