Remove unreachable code.

This commit is contained in:
2022-11-15 00:17:12 +00:00
parent 0eb589d785
commit 2f6ef0c498
11 changed files with 69 additions and 92 deletions

View File

@@ -1621,7 +1621,6 @@ public sealed partial class Chd
{
case SectorTagType.CdSectorSync:
case SectorTagType.CdSectorHeader:
case SectorTagType.CdSectorSubchannel:
case SectorTagType.CdSectorEcc:
case SectorTagType.CdSectorEccP:
case SectorTagType.CdSectorEccQ: return ErrorNumber.NotSupported;