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/Threading/Win32ThreadPoolNativeOverlapped.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs b/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs
index 67476ce02..3249e5037 100644
--- a/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs
+++ b/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs
@@ -4,9 +4,6 @@
using System.Collections.Generic;
using System.Diagnostics;
-#if MONO
-using System.Diagnostics.Private;
-#endif
using System.Runtime.InteropServices;
namespace System.Threading