Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jun 7, 2021
1 parent 5831c16 commit c3a2159
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Dom/LinkManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ private function detectExistingLinks()
continue;
}

$href = $node->getAttribute(Attribute::HREF);
$rel = $node->getAttribute(Attribute::REL);

$key = $this->getKey($node);

if ($key !== '') {
Expand Down

0 comments on commit c3a2159

Please sign in to comment.