From db5de623948172679b3e1a4192740b151ba4f632 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 2 Oct 2014 23:20:39 +0100 Subject: [PATCH] minor: Remove compiler warnings from unused fields in TokenBucket --- OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs index e4a12bd5b6..87ec5fb858 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs @@ -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; }