diff options
author | Justin Clark-Casey (justincc) | 2014-10-02 23:20:39 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:18:39 +0000 |
commit | 4c5fbf8b0a5e0f96d9cdebf14ac837127123ecbf (patch) | |
tree | 585ae816f0379d7a2efce33cdbf776695b07a054 /OpenSim/Region/ClientStack | |
parent | refactor: Move LLUDPServer console commands into their own class. (diff) | |
download | opensim-SC-4c5fbf8b0a5e0f96d9cdebf14ac837127123ecbf.zip opensim-SC-4c5fbf8b0a5e0f96d9cdebf14ac837127123ecbf.tar.gz opensim-SC-4c5fbf8b0a5e0f96d9cdebf14ac837127123ecbf.tar.bz2 opensim-SC-4c5fbf8b0a5e0f96d9cdebf14ac837127123ecbf.tar.xz |
minor: Remove compiler warnings from unused fields in TokenBucket
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs index e4a12bd..87ec5fb 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 | |||
42 | public class TokenBucket | 42 | public class TokenBucket |
43 | { | 43 | { |
44 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 44 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | private static Int32 m_counter = 0; | ||
46 | |||
47 | private LLUDPClient m_client; | ||
48 | 45 | ||
49 | public string Identifier { get; private set; } | 46 | public string Identifier { get; private set; } |
50 | 47 | ||