mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Unused local variable.
This commit is contained in:
@@ -427,7 +427,6 @@ namespace DiscImageChef.Core.Devices
|
||||
|
||||
bool ScsiGetBlocksToRead(uint startWithBlocks)
|
||||
{
|
||||
bool sense;
|
||||
byte[] readBuffer;
|
||||
byte[] senseBuf;
|
||||
double duration;
|
||||
|
||||
@@ -878,7 +878,6 @@ namespace DiscImageChef.DiscImages
|
||||
int currentLocator = 0;
|
||||
bool locatorFound = false;
|
||||
string parentPath = null;
|
||||
FiltersList filters;
|
||||
|
||||
while(!locatorFound && currentLocator < 8)
|
||||
{
|
||||
|
||||
@@ -282,7 +282,7 @@ namespace DiscImageChef.Server
|
||||
}
|
||||
else divDevices.Visible = false;
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch(Exception)
|
||||
{
|
||||
content.InnerHtml = "<b>Could not load statistics</b>";
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user