mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Unreachable code.
This commit is contained in:
@@ -205,9 +205,6 @@ namespace DiscImageChef.Interop
|
||||
}
|
||||
|
||||
goto default;
|
||||
|
||||
return string.Format("10.{0}.{1}", Environment.OSVersion.Version.Major - 4,
|
||||
Environment.OSVersion.Version.Minor);
|
||||
case PlatformID.Win32NT:
|
||||
// From Windows 8.1 the reported version is simply falsified...
|
||||
if(Environment.OSVersion.Version.Major == 6 && Environment.OSVersion.Version.Major >= 2 ||
|
||||
|
||||
Reference in New Issue
Block a user