mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -210,7 +210,7 @@ namespace DiscImageChef.Devices.Windows
|
||||
IntPtr h = SetupDiGetClassDevs(ref diskGuid, 0, IntPtr.Zero, DIGCF_PRESENT | DIGCF_DEVICEINTERFACE);
|
||||
if(h.ToInt32() != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
bool success = true;
|
||||
bool success;
|
||||
int i = 0;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user