mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Remove unused Datastore parameter from RegionInfo (legacy from early 2008)
This commit is contained in:
@@ -563,7 +563,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_regInfo = regInfo;
|
||||
m_regionHandle = m_regInfo.RegionHandle;
|
||||
m_regionName = m_regInfo.RegionName;
|
||||
m_datastore = m_regInfo.DataStore;
|
||||
m_lastUpdate = Util.EnvironmentTickCount();
|
||||
|
||||
m_physicalPrim = physicalPrim;
|
||||
|
||||
@@ -136,8 +136,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return m_permissions; }
|
||||
}
|
||||
|
||||
protected string m_datastore;
|
||||
|
||||
/* Used by the loadbalancer plugin on GForge */
|
||||
protected RegionStatus m_regStatus;
|
||||
public RegionStatus RegionStatus
|
||||
|
||||
Reference in New Issue
Block a user