diff --git a/Server/Core/Helper/PlatformHelper.cs b/Server/Core/Helper/PlatformHelper.cs index 2cab0972..49cdf293 100644 --- a/Server/Core/Helper/PlatformHelper.cs +++ b/Server/Core/Helper/PlatformHelper.cs @@ -21,11 +21,6 @@ namespace xServer.Core.Helper RunningOnMono = Type.GetType("Mono.Runtime") != null; } - /// - /// Gets the name of the operating system running on this computer (including the edition). - /// - public static string Name { get; private set; } - /// /// Determines if the current application is 32 or 64-bit. ///