remove those xml things no longer needed on .net >4.5.2

This commit is contained in:
UbitUmarov
2018-01-17 04:18:43 +00:00
parent 2c8251d450
commit 029d6e40f6
20 changed files with 3 additions and 40 deletions

View File

@@ -133,8 +133,6 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
{
using (XmlTextReader reader = new XmlTextReader(sr))
{
reader.ProhibitDtd = true;
reader.MoveToContent(); // skip possible xml declaration
if (reader.Name != "CoalescedObject")