From a8d9a58dd2e2ec270daa53ac4f94a245c6677224 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 25 Mar 2008 03:43:24 +0000 Subject: Fix a couple more warnings. --- OpenSim/Framework/Communications/Limit/RepeatLimitStrategy.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Framework/Communications') 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 /// public class RepeatLimitStrategy : IRequestLimitStrategy { - private static readonly log4net.ILog m_log - = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); - /// /// Record each asset request that we're notified about. /// -- cgit v1.1