1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 14:46:29 +09:00

Removed dead code

This commit is contained in:
lidgren
2014-12-03 00:02:06 +00:00
parent 9f6d3e79fd
commit e3d3f1ec1e

View File

@@ -297,12 +297,6 @@ namespace Lidgren.Network
private void FlushDelayedPackets()
{
}
private void SendCallBack(IAsyncResult res)
{
NetException.Assert(res.IsCompleted == true);
m_socket.EndSendTo(res);
}
#endif
}
}