From 918b9ca86d1bdb9758430e9164f5fba72de1d9a7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 03:13:11 -0500 Subject: update core projects --- .../NativeEnvironment.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 MediaBrowser.Server.Startup.Common/NativeEnvironment.cs (limited to 'MediaBrowser.Server.Startup.Common/NativeEnvironment.cs') diff --git a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs b/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs deleted file mode 100644 index b30509982e..0000000000 --- a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs +++ /dev/null @@ -1,19 +0,0 @@ -using MediaBrowser.Model.System; - -namespace MediaBrowser.Server.Startup.Common -{ - public class NativeEnvironment - { - public OperatingSystem OperatingSystem { get; set; } - public Architecture SystemArchitecture { get; set; } - public string OperatingSystemVersionString { get; set; } - } - - public enum OperatingSystem - { - Windows = 0, - Osx = 1, - Bsd = 2, - Linux = 3 - } -} -- cgit v1.2.3