remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-12-17 22:35:08 +00:00
parent 0913d43c50
commit 3b1c91c24b
3 changed files with 8 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ namespace OpenSim.Region.Framework.Scenes
{
public class EntityManager
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private readonly DoubleDictionary<UUID, uint, EntityBase> m_entities = new DoubleDictionary<UUID, uint, EntityBase>();
public int Count