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:
authorEgorBo <egorbo@gmail.com>2018-07-20 15:35:21 +0300
committerMarek Safar <marek.safar@gmail.com>2018-07-20 15:54:22 +0300
commit6c9c4d9cffe2031acb788718646fbc013632c9ea (patch)
tree68629c832c2bd193432f39e20b85b370d619049a
parent825de2fe9cdd42858c5a77327ce0ff0cd58393da (diff)
remove `using System.Diagnostics.Private;`
-rw-r--r--src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs1
-rw-r--r--src/System.Private.CoreLib/src/System/Decimal.cs1
-rw-r--r--src/System.Private.CoreLib/src/System/Number.Unix.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs b/src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs
index c14603d45..05afe6b7e 100644
--- a/src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs
+++ b/src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
-using System.Diagnostics.Private;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
diff --git a/src/System.Private.CoreLib/src/System/Decimal.cs b/src/System.Private.CoreLib/src/System/Decimal.cs
index 8bf8094f3..a6bd05552 100644
--- a/src/System.Private.CoreLib/src/System/Decimal.cs
+++ b/src/System.Private.CoreLib/src/System/Decimal.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
-using System.Diagnostics.Private;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
diff --git a/src/System.Private.CoreLib/src/System/Number.Unix.cs b/src/System.Private.CoreLib/src/System/Number.Unix.cs
index f9825b141..19cb02135 100644
--- a/src/System.Private.CoreLib/src/System/Number.Unix.cs
+++ b/src/System.Private.CoreLib/src/System/Number.Unix.cs
@@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
-using System.Diagnostics.Private;
using System.Runtime;
using System.Globalization;