aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
diff options
context:
space:
mode:
authorJeff Ames2008-03-25 03:43:24 +0000
committerJeff Ames2008-03-25 03:43:24 +0000
commita8d9a58dd2e2ec270daa53ac4f94a245c6677224 (patch)
treed5f977069694df8bdf9f7e55481a7a899f410000 /OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs
parentFix a few compiler warnings. (diff)
downloadopensim-SC_OLD-a8d9a58dd2e2ec270daa53ac4f94a245c6677224.zip
opensim-SC_OLD-a8d9a58dd2e2ec270daa53ac4f94a245c6677224.tar.gz
opensim-SC_OLD-a8d9a58dd2e2ec270daa53ac4f94a245c6677224.tar.bz2
opensim-SC_OLD-a8d9a58dd2e2ec270daa53ac4f94a245c6677224.tar.xz
Fix a couple more warnings.
Diffstat (limited to 'OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs')
-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>