Skip to content

Commit b8ab963

Browse files
committed
PR
1 parent 1c3449e commit b8ab963

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/MongoDB.Driver/Core/Connections/TcpStreamFactory.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ namespace MongoDB.Driver.Core.Connections
3131
/// </summary>
3232
internal sealed class TcpStreamFactory : IStreamFactory
3333
{
34-
private static readonly byte[] __ensureConnectedBuffer = new byte[1];
35-
3634
// fields
3735
private readonly TcpStreamSettings _settings;
3836

src/MongoDB.Driver/Core/Misc/OperationCallbackState.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ public enum OperationStatus
3333
Interrupted,
3434
}
3535
}
36-
37-

0 commit comments

Comments
 (0)