Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-11-26 05:51:06 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-11-26 05:51:06 +0300
commit16dd4c5974818d9c675968e0d643ee305bd6a327 (patch)
tree1cd91bf373704231e8da4e744ccb48591a249372 /mcs/class/System.XML/System.Xml/DTDObjectModel.cs
parent5a8d83435ab10f28faf2754bb7e9360763197630 (diff)
2004-11-26 Atsushi Enomoto <atsushi@ximian.com>
* XmlReader.cs : not fixage, just explicitly formatted code a bit. * XmlTextReader.cs, XmlEntity.cs, XmlAttributeCollection.cs, XmlTextWriter.cs, XmlElement.cs, XmlNode.cs, DTDObjectModel.cs, XmlParserInput.cs, DTDReader.cs, XmlDocument.cs : warning removal. svn path=/trunk/mcs/; revision=36587
Diffstat (limited to 'mcs/class/System.XML/System.Xml/DTDObjectModel.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/DTDObjectModel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
index dba05d65c19..c75913ff066 100644
--- a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
+++ b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
@@ -814,7 +814,7 @@ namespace Mono.Xml
string literalValue;
string replacementText;
bool isInvalid;
- Exception loadException;
+// Exception loadException;
bool loadFailed;
protected DTDEntityBase (DTDObjectModel root)
@@ -889,7 +889,7 @@ namespace Mono.Xml
throw new InvalidOperationException ("The total amount of external entities exceeded the allowed number.");
} catch (Exception ex) {
- loadException = ex;
+// loadException = ex;
LiteralEntityValue = String.Empty;
LoadFailed = true;
// throw NotWFError ("Cannot resolve external entity. URI is " + absPath + " .");