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 ScsiGetBlocksToRead(uint startWithBlocks)
|
||||||
{
|
{
|
||||||
bool sense;
|
|
||||||
byte[] readBuffer;
|
byte[] readBuffer;
|
||||||
byte[] senseBuf;
|
byte[] senseBuf;
|
||||||
double duration;
|
double duration;
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user