mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
remove mono compiler warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user