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

@@ -1595,8 +1595,6 @@ namespace OpenSim.Framework
{
using (XmlTextReader xtr = new XmlTextReader(sr))
{
xtr.ProhibitDtd = true;
xtr.MoveToContent();
string type = xtr.GetAttribute("type");