diff --git a/OpenSim/Region/Environment/Scenes/EntityManager.cs b/OpenSim/Region/Environment/Scenes/EntityManager.cs index e7592fe9c9..01f7a0fdb4 100644 --- a/OpenSim/Region/Environment/Scenes/EntityManager.cs +++ b/OpenSim/Region/Environment/Scenes/EntityManager.cs @@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Scenes private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private readonly Dictionary m_eb_uuid = new Dictionary(); private readonly Dictionary m_eb_localID = new Dictionary(); - private readonly Dictionary m_pres_uuid = new Dictionary(); + //private readonly Dictionary m_pres_uuid = new Dictionary(); private readonly Object m_lock = new Object(); [Obsolete("Use Add() instead.")]