mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -59,8 +59,6 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
||||
using (XmlTextReader reader = new XmlTextReader(path))
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver = null;
|
||||
|
||||
doc.Load(reader);
|
||||
// if (doc.DocumentElement != null)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user