diff options
author | Justin Clark-Casey (justincc) | 2013-07-08 23:32:19 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-08 23:32:19 +0100 |
commit | eccec4f8f654633ee97942a2decf8a7ba3a2b153 (patch) | |
tree | 77c65a7729329bf2babc552aa91a078c90c11c56 /OpenSim/Framework/DAMap.cs | |
parent | minor: Add back commented out logging message in Caps.RegisterHandler() that ... (diff) | |
download | opensim-SC-eccec4f8f654633ee97942a2decf8a7ba3a2b153.zip opensim-SC-eccec4f8f654633ee97942a2decf8a7ba3a2b153.tar.gz opensim-SC-eccec4f8f654633ee97942a2decf8a7ba3a2b153.tar.bz2 opensim-SC-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.cs | 4 |
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) |