Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Environment.Windows.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Environment.Windows.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/src/System/Environment.Windows.cs b/src/System.Private.CoreLib/src/System/Environment.Windows.cs
index f5fca35ab..71c9e06a4 100644
--- a/src/System.Private.CoreLib/src/System/Environment.Windows.cs
+++ b/src/System.Private.CoreLib/src/System/Environment.Windows.cs
@@ -12,8 +12,6 @@ namespace System
internal static long TickCount64 => (long)Interop.mincore.GetTickCount64();
- private static int ComputeExecutionId() => (int)Interop.mincore.GetCurrentProcessorNumber();
-
public static string ExpandEnvironmentVariables(string name)
{
if (name == null)