modified Resources/hresult.xml
[reactos.git] / irc / TechBot / TechBot.Library / HresultCommand.cs
index c17b577..32b7667 100644 (file)
@@ -6,14 +6,12 @@ namespace TechBot.Library
        public class HresultCommand : BaseCommand, ICommand\r
        {\r
                private IServiceOutput serviceOutput;\r
-               private string hresultXml;\r
                private XmlDocument hresultXmlDocument;\r
 \r
                public HresultCommand(IServiceOutput serviceOutput,\r
                                      string hresultXml)\r
                {\r
                        this.serviceOutput = serviceOutput;\r
-                       this.hresultXml = hresultXml;\r
                        hresultXmlDocument = new XmlDocument();\r
                        hresultXmlDocument.Load(hresultXml);\r
                }\r