minor: remove warning

remotes/origin/0.6.7-post-fixes
Justin Clark-Casey (justincc) 2009-09-08 16:14:52 +01:00
parent 76b21860e9
commit 46d64da830
1 changed files with 1 additions and 2 deletions

View File

@ -588,10 +588,9 @@ namespace OpenSim.Region.CoreModules.World.Land
RegionConnections connectiondata, ScenePresence rootPresence)
{
RegionData[] rdata = connectiondata.ConnectedRegions.ToArray();
List<IClientAPI> clients = new List<IClientAPI>();
//List<IClientAPI> clients = new List<IClientAPI>();
Dictionary<Vector2, RegionCourseLocationStruct> updates = new Dictionary<Vector2, RegionCourseLocationStruct>();
// Root Region entry
RegionCourseLocationStruct rootupdatedata = new RegionCourseLocationStruct();
rootupdatedata.Locations = new List<Vector3>();