mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 09:55:55 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -207,7 +207,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
public static void Deserialize(string xml, ScriptInstance instance)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
Dictionary<string, object> vars = instance.GetVars();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user