aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs b/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
index 6dd0fa1..82122fc 100644
--- a/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
+++ b/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
@@ -35,9 +35,6 @@ namespace OpenSim.Framework.Communications.Limit
35 /// </summary> 35 /// </summary>
36 public class RepeatLimitStrategy<TId> : IRequestLimitStrategy<TId> 36 public class RepeatLimitStrategy<TId> : IRequestLimitStrategy<TId>
37 { 37 {
38 private static readonly log4net.ILog m_log
39 = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
40
41 /// <summary> 38 /// <summary>
42 /// Record each asset request that we're notified about. 39 /// Record each asset request that we're notified about.
43 /// </summary> 40 /// </summary>