Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lidgren committed Dec 3, 2014
1 parent 9f6d3e7 commit e3d3f1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Lidgren.Network/NetPeer.LatencySimulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,6 @@ internal void SendPacket(int numBytes, IPEndPoint target, int numMessages, out b
private void FlushDelayedPackets()
{
}

private void SendCallBack(IAsyncResult res)
{
NetException.Assert(res.IsCompleted == true);
m_socket.EndSendTo(res);
}
#endif
}
}

0 comments on commit e3d3f1e

Please sign in to comment.