mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -178,7 +178,6 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serializedLandData)))
|
||||
{
|
||||
reader.ProhibitDtd = true;
|
||||
reader.ReadStartElement("LandData");
|
||||
|
||||
ExternalRepresentationUtils.ExecuteReadProcessors<LandData>(landData, m_ldProcessors, reader);
|
||||
|
||||
Reference in New Issue
Block a user