From e3d3f1ec1e1ff5fd8be340a538f3e6819b2ad217 Mon Sep 17 00:00:00 2001 From: lidgren Date: Wed, 3 Dec 2014 00:02:06 +0000 Subject: [PATCH] Removed dead code --- Lidgren.Network/NetPeer.LatencySimulation.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Lidgren.Network/NetPeer.LatencySimulation.cs b/Lidgren.Network/NetPeer.LatencySimulation.cs index 6e90b71..36518af 100644 --- a/Lidgren.Network/NetPeer.LatencySimulation.cs +++ b/Lidgren.Network/NetPeer.LatencySimulation.cs @@ -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 } } \ No newline at end of file