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);