diff --git a/classes/feedparser.php b/classes/feedparser.php
index a27fd97cc0ab9d1932be4aedea55c9419fa08604..eb8606de912339a5c8ad8d3f9cc278c830b06373 100644
--- a/classes/feedparser.php
+++ b/classes/feedparser.php
@@ -103,7 +103,6 @@ class FeedParser {
 				if (!$articles || $articles->length == 0)
 					$articles = $xpath->query("//atom03:entry");
 
-				$feed = $this->xpath->query("//atom:feed")->item(0);
 				foreach ($articles as $article) {
 					array_push($this->items, new FeedItem_Atom($article, $this->doc, $this->xpath));
 				}