From 3468adf85c1fa9740d11db96a2d60b8a3494a4e2 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 11 May 2012 13:51:33 -0700 Subject: [PATCH] Removed extraneous dictionary, no dictception. --- NzbDrone.Core/Providers/Indexer/SyndicationFeedXmlReader.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/NzbDrone.Core/Providers/Indexer/SyndicationFeedXmlReader.cs b/NzbDrone.Core/Providers/Indexer/SyndicationFeedXmlReader.cs index 7287a4b7c..5d8e7123b 100644 --- a/NzbDrone.Core/Providers/Indexer/SyndicationFeedXmlReader.cs +++ b/NzbDrone.Core/Providers/Indexer/SyndicationFeedXmlReader.cs @@ -85,8 +85,6 @@ namespace NzbDrone.Core.Providers.Indexer if (this.HasAttributes) { - var attributes = new Dictionary(); - while (this.MoveToNextAttribute()) { message += String.Format(" [{0}:{1}]", this.Name, this.Value);