Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Aug 12, 2015
1 parent 06c3104 commit 164bb58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Client/Core/Networking/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ public ReverseProxyClient[] ProxyClients
/// </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>
Expand Down
5 changes: 0 additions & 5 deletions Server/Core/Networking/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ public enum ReceiveType
/// </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>
Expand Down

0 comments on commit 164bb58

Please sign in to comment.