mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 16:02:45 -04:00
The `links` field in `ParsedAsmResultLine` and the `AsmResultLink` type have been unused since 2019 when clickable address links were replaced by the labels system. This just removes the dead code. Closes #8251