2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.XML / System.Xml / XmlEntity.cs
index 114c9f9446881a34d40085acc618dc06c686e71c..14c89cb8b428506d0dbb0324828c0789a8264ebc 100755 (executable)
@@ -155,7 +155,6 @@ namespace System.Xml
                        if (decl == null)
                                return;
 
-                       XmlNameTable nt = this.OwnerDocument.NameTable;
                        XmlNamespaceManager nsmgr = this.ConstructNamespaceManager ();
                        XmlParserContext ctx = new XmlParserContext (OwnerDocument.NameTable, nsmgr,
                                doctype != null ? doctype.DTD : null,