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 ScsiGetBlocksToRead(uint startWithBlocks)
{ {
bool sense;
byte[] readBuffer; byte[] readBuffer;
byte[] senseBuf; byte[] senseBuf;
double duration; double duration;

View File

@@ -878,7 +878,6 @@ namespace DiscImageChef.DiscImages
int currentLocator = 0; int currentLocator = 0;
bool locatorFound = false; bool locatorFound = false;
string parentPath = null; string parentPath = null;
FiltersList filters;
while(!locatorFound && currentLocator < 8) while(!locatorFound && currentLocator < 8)
{ {

View File

@@ -282,7 +282,7 @@ namespace DiscImageChef.Server
} }
else divDevices.Visible = false; else divDevices.Visible = false;
} }
catch(Exception ex) catch(Exception)
{ {
content.InnerHtml = "<b>Could not load statistics</b>"; content.InnerHtml = "<b>Could not load statistics</b>";
#if DEBUG #if DEBUG