From 6c9c4d9cffe2031acb788718646fbc013632c9ea Mon Sep 17 00:00:00 2001 From: EgorBo Date: Fri, 20 Jul 2018 15:35:21 +0300 Subject: remove `using System.Diagnostics.Private;` --- src/System.Private.CoreLib/src/System/Decimal.DecCalc.cs | 1 - src/System.Private.CoreLib/src/System/Decimal.cs | 1 - src/System.Private.CoreLib/src/System/Number.Unix.cs | 1 - 3 files changed, 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3