diff options
author | UbitUmarov | 2018-01-17 04:18:43 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-17 04:18:43 +0000 |
commit | 029d6e40f675387e42ca575ba467dea95cddb3dc (patch) | |
tree | 5759ca9c58c5dbfe51d68ac8c5d1b1bc7be5d549 /OpenSim/Capabilities/LLSD.cs | |
parent | update DotNetOpenId (.net4.6) (diff) | |
download | opensim-SC-029d6e40f675387e42ca575ba467dea95cddb3dc.zip opensim-SC-029d6e40f675387e42ca575ba467dea95cddb3dc.tar.gz opensim-SC-029d6e40f675387e42ca575ba467dea95cddb3dc.tar.bz2 opensim-SC-029d6e40f675387e42ca575ba467dea95cddb3dc.tar.xz |
remove those xml things no longer needed on .net >4.5.2
Diffstat (limited to 'OpenSim/Capabilities/LLSD.cs')
-rw-r--r-- | OpenSim/Capabilities/LLSD.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/LLSD.cs b/OpenSim/Capabilities/LLSD.cs index fc41113..76e439f 100644 --- a/OpenSim/Capabilities/LLSD.cs +++ b/OpenSim/Capabilities/LLSD.cs | |||
@@ -83,8 +83,6 @@ namespace OpenSim.Framework.Capabilities | |||
83 | { | 83 | { |
84 | using (XmlTextReader reader = new XmlTextReader(st)) | 84 | using (XmlTextReader reader = new XmlTextReader(st)) |
85 | { | 85 | { |
86 | reader.ProhibitDtd = true; | ||
87 | |||
88 | reader.Read(); | 86 | reader.Read(); |
89 | SkipWS(reader); | 87 | SkipWS(reader); |
90 | 88 | ||