REFACTOR: Unused local variable.

This commit is contained in:
2017-12-21 16:37:35 +00:00
parent f02e8f3cca
commit b386ea8ce5
3 changed files with 1 additions and 3 deletions

View File

@@ -427,7 +427,6 @@ namespace DiscImageChef.Core.Devices
bool ScsiGetBlocksToRead(uint startWithBlocks)
{
bool sense;
byte[] readBuffer;
byte[] senseBuf;
double duration;