Fix a couple more warnings.

This commit is contained in:
Jeff Ames
2008-03-25 03:43:24 +00:00
parent a7556af7de
commit a8d9a58dd2
2 changed files with 5 additions and 8 deletions

View File

@@ -35,9 +35,6 @@ namespace OpenSim.Framework.Communications.Limit
/// </summary>
public class RepeatLimitStrategy<TId> : IRequestLimitStrategy<TId>
{
private static readonly log4net.ILog m_log
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Record each asset request that we're notified about.
/// </summary>