summaryrefslogtreecommitdiff
path: root/classes/FeedParser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-01-13 18:29:30 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-01-13 18:29:30 +0000
commit283ad4ebea9e93a97848000f38ca91b23ce883ff (patch)
tree0b9ea618b438156b3803df115afec5e34d30e3a8 /classes/FeedParser.php
parentd334023267848accb339c8ec3186be2afde3b514 (diff)
parent8727fb3ba8a28da48c71bdd39166b9aeb3c3d986 (diff)
Merge branch 'feature/unused-var-cleanup' into 'master'
Clean up some unused variables. See merge request tt-rss/tt-rss!19
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#');