summaryrefslogtreecommitdiff
path: root/classes/FeedParser.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/FeedParser.php')
-rw-r--r--classes/FeedParser.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/FeedParser.php b/classes/FeedParser.php
index 4b9c63f56..729d77206 100644
--- a/classes/FeedParser.php
+++ b/classes/FeedParser.php
@@ -52,7 +52,6 @@ class FeedParser {
}
function init() : void {
- $root = $this->doc->firstChild;
$xpath = new DOMXPath($this->doc);
$xpath->registerNamespace('atom', 'http://www.w3.org/2005/Atom');
$xpath->registerNamespace('atom03', 'http://purl.org/atom/ns#');