minor: Remove compiler warnings from unused fields in TokenBucket

ghosts
Justin Clark-Casey (justincc) 2014-10-02 23:20:39 +01:00
parent 5c3f33bb48
commit db5de62394
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public class TokenBucket
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static Int32 m_counter = 0;
private LLUDPClient m_client;
public string Identifier { get; private set; }