Fix unused code.

This commit is contained in:
2020-07-20 07:47:12 +01:00
parent da452ea834
commit 0e7a86880e
149 changed files with 344 additions and 129 deletions

View File

@@ -491,11 +491,10 @@ namespace Aaru.Core.Devices.Dumping
Dictionary<byte, string> isrcs, ref string mcn, HashSet<int> subchannelExtents,
Dictionary<byte, int> smallestPregapLbaPerTrack)
{
bool sense = true; // Sense indicator
byte[] cmdBuf = null; // Data buffer
double cmdDuration; // Command execution time
const uint sectorSize = 2352; // Full sector size
byte[] senseBuf = null; // Sense buffer
bool sense = true; // Sense indicator
byte[] cmdBuf = null; // Data buffer
double cmdDuration; // Command execution time
byte[] senseBuf = null; // Sense buffer
PlextorSubchannel supportedPlextorSubchannel;
if(supportedSubchannel == MmcSubchannel.None ||