We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3449e commit b8ab963Copy full SHA for b8ab963
src/MongoDB.Driver/Core/Connections/TcpStreamFactory.cs
@@ -31,8 +31,6 @@ namespace MongoDB.Driver.Core.Connections
31
/// </summary>
32
internal sealed class TcpStreamFactory : IStreamFactory
33
{
34
- private static readonly byte[] __ensureConnectedBuffer = new byte[1];
35
-
36
// fields
37
private readonly TcpStreamSettings _settings;
38
src/MongoDB.Driver/Core/Misc/OperationCallbackState.cs
@@ -33,5 +33,3 @@ public enum OperationStatus
Interrupted,
}
0 commit comments