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.XPath
parentb676a86903e925f3a33cadd0de6006a4a202d6c5 (diff)
Warnings cleanup
svn path=/trunk/mcs/; revision=111839
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.XPath')
-rw-r--r--mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs b/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs
index e6f81ae4163..01dcff32811 100644
--- a/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs
+++ b/mcs/class/System.XML/Mono.Xml.XPath/XPathNavigatorReader.cs
@@ -277,6 +277,7 @@ namespace Mono.Xml.XPath
return count;
}
+ /*
private bool MoveToAttributeNavigator (int i)
{
if (ReadState != ReadState.Interactive)
@@ -301,7 +302,6 @@ namespace Mono.Xml.XPath
return false;
}
- /*
public override string this [int i] {
get {
XPathNavigator backup = current.Clone ();