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/Collections/Generic/ArraySortHelper.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs b/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs
index ec4bcd6b9..dcb7d01ac 100644
--- a/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs
+++ b/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs
@@ -3,9 +3,6 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
-#if MONO
-using System.Diagnostics.Private;
-#endif
namespace System.Collections.Generic
{