Skip to content

Commit 3ae1ad6

Browse files
committed
Remove unused line
1 parent ca06495 commit 3ae1ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Enyim.Caching/Memcached/PooledSocket.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private bool ConnectWithTimeout(Socket socket, EndPoint endpoint, int timeout)
5959
{
6060
bool connected = false;
6161
socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, true);
62-
var args = new SocketAsyncEventArgs();
6362

6463
//Workaround for https://github.com/dotnet/corefx/issues/26840
6564
if (endpoint is DnsEndPoint)

0 commit comments

Comments
 (0)