Skip to content

Commit e41cf0e

Browse files
committed
Remove PacketHandle alias shim
1 parent c79425e commit e41cf0e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParserStateObject.netfx.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
namespace Microsoft.Data.SqlClient
2020
{
21-
using PacketHandle = IntPtr;
22-
2321
internal partial class TdsParserStateObject
2422
{
2523
protected SNIHandle _sessionHandle = null; // the SNI handle we're to work on

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserStateObject.Multiplexer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
namespace Microsoft.Data.SqlClient
99
{
10-
#if NETFRAMEWORK
11-
using PacketHandle = IntPtr;
12-
#endif
1310
partial class TdsParserStateObject
1411
{
1512
private Packet _partialPacket;

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserStateObject.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
namespace Microsoft.Data.SqlClient
2020
{
2121
#if NETFRAMEWORK
22-
using PacketHandle = IntPtr;
2322
using RuntimeHelpers = System.Runtime.CompilerServices.RuntimeHelpers;
2423
#endif
2524

0 commit comments

Comments
 (0)