Skip to content

Commit 92efd8e

Browse files
committed
address feedback
1 parent 3d99390 commit 92efd8e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIStreams.Task.cs

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Threading;
66
using System.Threading.Tasks;
77

8-
98
namespace Microsoft.Data.SqlClient.SNI
109
{
1110
// NetCore2.1:
@@ -44,7 +43,6 @@ public override async Task WriteAsync(byte[] buffer, int offset, int count, Canc
4443

4544
internal sealed partial class SNINetworkStream
4645
{
47-
4846
public override async Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
4947
{
5048
await _readAsyncSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIStreams.cs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
using System.Net.Security;
66
using System.IO;
7-
using System.Threading;
8-
using System.Threading.Tasks;
97
using System.Net.Sockets;
108

119
namespace Microsoft.Data.SqlClient.SNI

0 commit comments

Comments
 (0)