Skip to content

Commit 5d71d6e

Browse files
committed
Cleanup
1 parent 4a49bd9 commit 5d71d6e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlTypes/SqlTypeWorkarounds.netcore.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using System.Data.SqlTypes;
7-
using System.Diagnostics;
8-
using System.IO;
9-
using System.Runtime.CompilerServices;
106
using System.Runtime.InteropServices;
11-
using System.Xml;
12-
using Microsoft.Data.SqlClient;
137

148
namespace Microsoft.Data.SqlTypes
159
{

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlTypes/SqlTypeWorkarounds.netfx.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44

55
using System;
66
using System.Data.SqlTypes;
7-
using System.Diagnostics;
8-
using System.IO;
97
using System.Reflection;
108
using System.Reflection.Emit;
11-
using System.Runtime.CompilerServices;
129
using System.Runtime.Serialization;
13-
using System.Xml;
1410
using Microsoft.Data.SqlClient;
1511

1612
namespace Microsoft.Data.SqlTypes

0 commit comments

Comments
 (0)