Remove unused code

This commit is contained in:
2021-08-17 16:47:47 +01:00
parent da4c666250
commit 770066e53f
29 changed files with 5 additions and 232 deletions

View File

@@ -113,12 +113,5 @@ namespace Aaru.DiscImages
return failingLbas.Count <= 0;
}
public bool? VerifySector(ulong sectorAddress, uint track)
{
byte[] buffer = ReadSectorLong(sectorAddress, track);
return CdChecksums.CheckCdSector(buffer);
}
}
}