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/XmlTextWriter.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/XmlTextWriter.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/XmlTextWriter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.XML/System.Xml/XmlTextWriter.cs b/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
index 9f49045eb5a..3583f6f50cc 100644
--- a/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
+++ b/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
@@ -298,7 +298,6 @@ openElements [openElementCount - 1]).IndentingOverriden;
// LAMESPEC: If prefix was already assigned another nsuri, then this element's nsuri goes away!
if (this.shouldCheckElementXmlns) {
- string formatXmlns = String.Empty;
if (userWrittenNamespaces [prefix] == null) {
if (prefix != string.Empty) {
w.Write (" xmlns:");