minor: remove now unused migration-hack bool from DAMap

cpu-performance
Justin Clark-Casey (justincc) 2013-07-08 23:32:19 +01:00
parent 8be59829d1
commit eccec4f8f6
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@ namespace OpenSim.Framework
{ {
List<string> keysToRemove = null; List<string> keysToRemove = null;
// Hard-coded special case that needs to be removed in the future. Normally, modules themselves should
// handle reading data from old locations
bool osMaterialsMigrationRequired = false;
OSDMap namespacesMap = daMap.m_map; OSDMap namespacesMap = daMap.m_map;
foreach (string key in namespacesMap.Keys) foreach (string key in namespacesMap.Keys)