Skip to content

Commit 8d7844a

Browse files
Remove unused constant and outdated comment
1 parent b481fb9 commit 8d7844a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/client/RabbitMQ.Client/src/client/impl/SocketFrameHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,9 @@ namespace RabbitMQ.Client.Impl
5050
{
5151
public class SocketFrameHandler : IFrameHandler
5252
{
53-
// ^^ System.Net.Sockets.SocketError doesn't exist in .NET 1.1
54-
5553
// Timeout in seconds to wait for a clean socket close.
5654
public const int SOCKET_CLOSING_TIMEOUT = 1;
5755

58-
public const int WSAEWOULDBLOCK = 10035;
59-
6056
public NetworkBinaryReader m_reader;
6157
public TcpClient m_socket;
6258
public NetworkBinaryWriter m_writer;

0 commit comments

Comments
 (0)