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/System.Xml.Xsl
parentb676a86903e925f3a33cadd0de6006a4a202d6c5 (diff)
Warnings cleanup
svn path=/trunk/mcs/; revision=111839
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Xsl')
-rw-r--r--mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs b/mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs
index 0b12b3c56cf..3552ccad08f 100644
--- a/mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs
+++ b/mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform.cs
@@ -248,12 +248,13 @@ namespace System.Xml.Xsl
{
//ShowLocationInTrace (style);
}
-
+/*
string ShowLocationInTrace (XPathNavigator style)
{
IXmlLineInfo li = style as IXmlLineInfo;
return li != null ? String.Format ("at {0} ({1},{2})", style.BaseURI, li.LineNumber, li.LinePosition) : "(no debug info available)";
}
+*/
}
}
#endif