* Remove lots of warnings from the CMS module

* Remove a few other miscellaneous warnings
This commit is contained in:
Justin Clarke Casey
2008-09-06 00:09:24 +00:00
parent 0054bce5ae
commit de467f4903
8 changed files with 14 additions and 15 deletions

View File

@@ -193,10 +193,10 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
System.Collections.ArrayList xmllist = null;
SceneObjectGroup temp = null;
System.Collections.Hashtable deleteListUUIDs = new Hashtable();
Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>();
// Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>();
Dictionary<LLUUID, EntityBase> ReplacementList = new Dictionary<LLUUID,EntityBase>();
int revision = m_database.GetMostRecentRevision(scene.RegionInfo.RegionID);
EntityBase[] searchArray;
// EntityBase[] searchArray;
xmllist = m_database.GetRegionObjectXMLList(scene.RegionInfo.RegionID, revision);
if (xmllist == null)