diff options
author | UbitUmarov | 2016-07-31 00:03:48 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-31 00:03:48 +0100 |
commit | db7f1aaa2f77c4bc8e8c4571892feaa254813acd (patch) | |
tree | 2ed8debef0c4fcbe660ff727ccaa8c744f4a1a9c | |
parent | another try on jenkins (diff) | |
download | opensim-SC-db7f1aaa2f77c4bc8e8c4571892feaa254813acd.zip opensim-SC-db7f1aaa2f77c4bc8e8c4571892feaa254813acd.tar.gz opensim-SC-db7f1aaa2f77c4bc8e8c4571892feaa254813acd.tar.bz2 opensim-SC-db7f1aaa2f77c4bc8e8c4571892feaa254813acd.tar.xz |
cleanup to go break something else
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs | 4 |
1 files changed, 0 insertions, 4 deletions
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 | |||
155 | 155 | ||
156 | scene.RegisterModuleInterface<IGridService>(this); | 156 | scene.RegisterModuleInterface<IGridService>(this); |
157 | 157 | ||
158 | // tests seem not to init this correctly, so brute force | ||
159 | // if( m_RegionInfoCache == null) | ||
160 | // m_RegionInfoCache = new RegionInfoCache(); | ||
161 | |||
162 | GridRegion r = new GridRegion(scene.RegionInfo); | 158 | GridRegion r = new GridRegion(scene.RegionInfo); |
163 | m_RegionInfoCache.CacheLocal(r); | 159 | m_RegionInfoCache.CacheLocal(r); |
164 | 160 | ||