mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unused code.
This commit is contained in:
@@ -30,9 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using Aaru.CommonTypes.Interop;
|
||||
using PlatformID = Aaru.CommonTypes.Interop.PlatformID;
|
||||
|
||||
namespace Aaru.Core
|
||||
{
|
||||
@@ -81,8 +79,6 @@ namespace Aaru.Core
|
||||
case PlatformID.Unknown: return $"Unknown error code {errno}";
|
||||
default: return $"Unknown error code {errno}";
|
||||
}
|
||||
|
||||
throw new Exception("Arrived an unexpected place");
|
||||
}
|
||||
|
||||
static string PrintUnixError(int errno)
|
||||
|
||||
Reference in New Issue
Block a user