mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
remove those xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -593,7 +593,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
UTF8Encoding enc = new UTF8Encoding();
|
||||
MemoryStream ms = new MemoryStream(enc.GetBytes(text));
|
||||
XmlTextReader xreader = new XmlTextReader(ms);
|
||||
xreader.ProhibitDtd = true;
|
||||
|
||||
SOPVehicle v = new SOPVehicle();
|
||||
bool error;
|
||||
|
||||
Reference in New Issue
Block a user