From db7f1aaa2f77c4bc8e8c4571892feaa254813acd Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 31 Jul 2016 00:03:48 +0100 Subject: cleanup to go break something else --- .../ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs index 95a4f66..d38ac9b 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs @@ -155,10 +155,6 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid scene.RegisterModuleInterface(this); - // tests seem not to init this correctly, so brute force -// if( m_RegionInfoCache == null) -// m_RegionInfoCache = new RegionInfoCache(); - GridRegion r = new GridRegion(scene.RegionInfo); m_RegionInfoCache.CacheLocal(r); -- cgit v1.1