Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 27, 2014
1 parent 8755bd5 commit b02cf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Delimiter/DelimiterStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function removeAll(Delimiter $stackBottom = null)
public function removeEarlierMatches($character)
{
$opener = $this->top;
$closerAbove = null;
while ($opener !== null) {
if ($opener->getChar() === $character) {
$opener->setActive(false);
Expand Down

0 comments on commit b02cf79

Please sign in to comment.