Commit 81d6754
Remove duplicate ProcessorArchitecture.MSIL branch in AssemblyNameParser (#127173)
`AssemblyNameParser.TryParseProcessorArchitecture` contained two
identical `msil` arms in its switch expression. The second was
unreachable dead code — the first arm always matched first.
Fixes #127172
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>1 parent 6323aec commit 81d6754
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
| |||
0 commit comments