Remove unused connection id cache

Good find by MrGadget
This commit is contained in:
Paul Pacheco 2019-11-14 10:10:25 -06:00 committed by vis2k
parent 2d4d4109bb
commit 2081a757ea

View File

@ -212,7 +212,6 @@ protected internal static bool ValidatePacketSize(ArraySegment<byte> segment, in
// internal because no one except Mirror should send bytes directly to
// the client. they would be detected as a message. send messages instead.
List<int> singleConnectionId = new List<int>{-1};
internal abstract bool Send(ArraySegment<byte> segment, int channelId = Channels.DefaultReliable);
public override string ToString()