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

This commit is contained in:
UbitUmarov
2018-01-17 07:17:24 +00:00
parent e9d2d81880
commit 707eb8de82
18 changed files with 4 additions and 22 deletions

View File

@@ -2098,7 +2098,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
string xml = instance.GetXMLState();
XmlDocument sdoc = new XmlDocument();
sdoc.XmlResolver=null;
bool loadedState = true;
try
{
@@ -2254,7 +2254,6 @@ namespace OpenSim.Region.ScriptEngine.XEngine
return false;
XmlDocument doc = new XmlDocument();
doc.XmlResolver=null;
try
{