aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/DAMap.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-08 23:32:19 +0100
committerJustin Clark-Casey (justincc)2013-07-08 23:32:19 +0100
commiteccec4f8f654633ee97942a2decf8a7ba3a2b153 (patch)
tree77c65a7729329bf2babc552aa91a078c90c11c56 /OpenSim/Framework/DAMap.cs
parentminor: Add back commented out logging message in Caps.RegisterHandler() that ... (diff)
downloadopensim-SC_OLD-eccec4f8f654633ee97942a2decf8a7ba3a2b153.zip
opensim-SC_OLD-eccec4f8f654633ee97942a2decf8a7ba3a2b153.tar.gz
opensim-SC_OLD-eccec4f8f654633ee97942a2decf8a7ba3a2b153.tar.bz2
opensim-SC_OLD-eccec4f8f654633ee97942a2decf8a7ba3a2b153.tar.xz
minor: remove now unused migration-hack bool from DAMap
Diffstat (limited to 'OpenSim/Framework/DAMap.cs')
-rw-r--r--OpenSim/Framework/DAMap.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/DAMap.cs b/OpenSim/Framework/DAMap.cs
index 5c729e8..4995a92 100644
--- a/OpenSim/Framework/DAMap.cs
+++ b/OpenSim/Framework/DAMap.cs
@@ -132,10 +132,6 @@ namespace OpenSim.Framework
132 { 132 {
133 List<string> keysToRemove = null; 133 List<string> keysToRemove = null;
134 134
135 // Hard-coded special case that needs to be removed in the future. Normally, modules themselves should
136 // handle reading data from old locations
137 bool osMaterialsMigrationRequired = false;
138
139 OSDMap namespacesMap = daMap.m_map; 135 OSDMap namespacesMap = daMap.m_map;
140 136
141 foreach (string key in namespacesMap.Keys) 137 foreach (string key in namespacesMap.Keys)