aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-06-23 13:05:53 -0400
committerGitHub <noreply@github.com>2016-06-23 13:05:53 -0400
commitcc9145b398b2f08a4b1a7219e0acf4176dce849f (patch)
treeb7b6cf788ecdcb9b193928e9ba538380ff59972b /MediaBrowser.Server.Startup.Common/NativeEnvironment.cs
parent2eee5c8a15f789557b9834f98872e0bcb33d52de (diff)
parentcffc9417c7a25263a194615096685bd8ef1e37b2 (diff)
Merge pull request #1873 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/NativeEnvironment.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/NativeEnvironment.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs b/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs
index 5b45afe73..b30509982 100644
--- a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs
+++ b/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs
@@ -1,4 +1,5 @@
-
+using MediaBrowser.Model.System;
+
namespace MediaBrowser.Server.Startup.Common
{
public class NativeEnvironment
@@ -15,11 +16,4 @@ namespace MediaBrowser.Server.Startup.Common
Bsd = 2,
Linux = 3
}
-
- public enum Architecture
- {
- X86 = 0,
- X86_X64 = 1,
- Arm = 2
- }
}