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:
authorMarek Safar <marek.safar@gmail.com>2008-08-28 20:53:31 +0400
committerMarek Safar <marek.safar@gmail.com>2008-08-28 20:53:31 +0400
commit95a6e77b850b3caa01e54a00e71a01e44fdeb9de (patch)
tree62c93caee8938c463b9135eb2efadeac2f17226e /mcs/class/System.XML/Mono.Xml.Schema
parentb676a86903e925f3a33cadd0de6006a4a202d6c5 (diff)
Warnings cleanup
svn path=/trunk/mcs/; revision=111839
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs b/mcs/class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs
index 8131a466bcd..37ec8db4c39 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs
+++ b/mcs/class/System.XML/Mono.Xml.Schema/XmlSchemaValidatingReader.cs
@@ -92,9 +92,6 @@ namespace Mono.Xml.Schema
IXmlLineInfo readerLineInfo;
ValidationType validationType;
IXmlNamespaceResolver nsResolver;
- int startDepth;
-
- StringBuilder tmpBuilder = new StringBuilder ();
XsAttr [] defaultAttributes = emptyAttributeArray;
int currentDefaultAttribute = -1;
@@ -129,7 +126,6 @@ namespace Mono.Xml.Schema
options);
readerLineInfo = reader as IXmlLineInfo;
- startDepth = reader.Depth;
getter = delegate () { return Value; };
xsinfo = new XmlSchemaInfo (); // transition cache
v.LineInfoProvider = this;