From 96ea54409f605804dd2d09f91743e94f85012e1c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 12 Dec 2008 21:14:27 +0000 Subject: * minor: remove mono compiler warning --- OpenSim/Region/Environment/Scenes/EntityManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Environment/Scenes/EntityManager.cs b/OpenSim/Region/Environment/Scenes/EntityManager.cs index e7592fe..01f7a0f 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.")] -- cgit v1.1