Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Jan 21, 2022
1 parent e7165a3 commit 7fd191f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mustache/Compiler.php
Expand Up @@ -286,7 +286,6 @@ private function blockVar($nodes, $id, $start, $end, $otag, $ctag, $level)
private function blockArg($nodes, $id, $start, $end, $otag, $ctag, $level)
{
$key = $this->block($nodes);
$keystr = var_export($key, true);
$id = var_export($id, true);

return sprintf($this->prepare(self::BLOCK_ARG, $level), $id, $key);
Expand Down

0 comments on commit 7fd191f

Please sign in to comment.