mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -110,7 +110,6 @@ namespace OpenSim.ConsoleClient
|
||||
public static void LoginReply(string requestUrl, string requestData, string replyData)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
doc.LoadXml(replyData);
|
||||
|
||||
@@ -170,7 +169,6 @@ namespace OpenSim.ConsoleClient
|
||||
public static void ReadResponses(string requestUrl, string requestData, string replyData)
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
doc.LoadXml(replyData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user