aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EntityManager.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-17 22:35:08 +0000
committerJustin Clark-Casey (justincc)2010-12-17 22:35:08 +0000
commit3b1c91c24bee11e1872ddb79c030c72c8ddb434b (patch)
treea90364649e65850c2e783b88ffb132134eb024fd /OpenSim/Region/Framework/Scenes/EntityManager.cs
parentminor: 'debug packet' console command level <= 50 then don't log ImprovedTers... (diff)
downloadopensim-SC_OLD-3b1c91c24bee11e1872ddb79c030c72c8ddb434b.zip
opensim-SC_OLD-3b1c91c24bee11e1872ddb79c030c72c8ddb434b.tar.gz
opensim-SC_OLD-3b1c91c24bee11e1872ddb79c030c72c8ddb434b.tar.bz2
opensim-SC_OLD-3b1c91c24bee11e1872ddb79c030c72c8ddb434b.tar.xz
remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EntityManager.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/EntityManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityManager.cs b/OpenSim/Region/Framework/Scenes/EntityManager.cs
index 0defa93..1812bd2 100644
--- a/OpenSim/Region/Framework/Scenes/EntityManager.cs
+++ b/OpenSim/Region/Framework/Scenes/EntityManager.cs
@@ -36,7 +36,8 @@ namespace OpenSim.Region.Framework.Scenes
36{ 36{
37 public class EntityManager 37 public class EntityManager
38 { 38 {
39 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 39// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
40
40 private readonly DoubleDictionary<UUID, uint, EntityBase> m_entities = new DoubleDictionary<UUID, uint, EntityBase>(); 41 private readonly DoubleDictionary<UUID, uint, EntityBase> m_entities = new DoubleDictionary<UUID, uint, EntityBase>();
41 42
42 public int Count 43 public int Count