mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
minor: remove now unused migration-hack bool from DAMap
This commit is contained in:
@@ -132,10 +132,6 @@ namespace OpenSim.Framework
|
||||
{
|
||||
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;
|
||||
|
||||
foreach (string key in namespacesMap.Keys)
|
||||
|
||||
Reference in New Issue
Block a user