mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -1595,8 +1595,6 @@ namespace OpenSim.Framework
|
||||
{
|
||||
using (XmlTextReader xtr = new XmlTextReader(sr))
|
||||
{
|
||||
xtr.ProhibitDtd = true;
|
||||
|
||||
xtr.MoveToContent();
|
||||
|
||||
string type = xtr.GetAttribute("type");
|
||||
|
||||
Reference in New Issue
Block a user