Removed unused variable

This commit is contained in:
MaxXor 2015-08-12 20:06:42 +02:00
parent 06c310489d
commit 164bb5836f
2 changed files with 0 additions and 10 deletions

View File

@ -182,11 +182,6 @@ namespace xClient.Core.Networking
/// </summary>
private readonly object _proxyClientsLock = new object();
/// <summary>
/// The internal index of the packet type.
/// </summary>
private int _typeIndex;
/// <summary>
/// The buffer for incoming packets.
/// </summary>

View File

@ -121,11 +121,6 @@ namespace xServer.Core.Networking
/// </summary>
private readonly Socket _handle;
/// <summary>
/// The internal index of the packet type.
/// </summary>
private int _typeIndex;
/// <summary>
/// The Queue which holds buffers to send.
/// </summary>