Removed extraneous dictionary, no dictception.

pull/2/head
Mark McDowall 13 years ago
parent 9048da1dd5
commit 3468adf85c

@ -85,8 +85,6 @@ namespace NzbDrone.Core.Providers.Indexer
if (this.HasAttributes) if (this.HasAttributes)
{ {
var attributes = new Dictionary<string, string>();
while (this.MoveToNextAttribute()) while (this.MoveToNextAttribute())
{ {
message += String.Format(" [{0}:{1}]", this.Name, this.Value); message += String.Format(" [{0}:{1}]", this.Name, this.Value);

Loading…
Cancel
Save