Code inspections

This commit is contained in:
2019-09-28 23:04:55 +01:00
parent 69fbb14410
commit 0bbfa5f9c3
3 changed files with 67 additions and 11 deletions
+1 -6
View File
@@ -363,9 +363,6 @@ namespace ASCOM.Meade.net
DriverName, MessageBoxButtons.OK, MessageBoxIcon.Stop);
return;
}
finally
{
}
//
// For each of the driver assemblies
@@ -432,9 +429,7 @@ namespace ASCOM.Meade.net
DriverName, MessageBoxButtons.OK, MessageBoxIcon.Stop);
bFail = true;
}
finally
{
}
if (bFail) break;
}
}