* Remove mono warnings

This commit is contained in:
Justin Clarke Casey
2008-10-17 20:45:07 +00:00
parent 400314e884
commit 739f1591da
2 changed files with 3 additions and 3 deletions

View File

@@ -46,12 +46,12 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Combat.CombatModule
{
public class CombatModule : IRegionModule
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Region UUIDS indexed by AgentID
/// </summary>
private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>();
//private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>();
/// <summary>
/// Scenes by Region Handle