Skip to content

Commit

Permalink
Removal of unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Apr 20, 2017
1 parent 9dc0f99 commit a7f4ccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Soluble/Japha/Bridge/Driver/Pjb62/SimpleParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public function PUSH($t)
$n = &$this->tag[$t]->n;
$this->s[$this->i] = '|';
if (!isset($str[$n])) {
$h = $this->handler;
$str[$n] = new ParserString();
}
$str[$n]->string = &$this->s;
Expand Down

0 comments on commit a7f4ccf

Please sign in to comment.