Skip to content

Commit 7fd191f

Browse files
committed
Remove unused variable.
1 parent e7165a3 commit 7fd191f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mustache/Compiler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ private function blockVar($nodes, $id, $start, $end, $otag, $ctag, $level)
286286
private function blockArg($nodes, $id, $start, $end, $otag, $ctag, $level)
287287
{
288288
$key = $this->block($nodes);
289-
$keystr = var_export($key, true);
290289
$id = var_export($id, true);
291290

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

0 commit comments

Comments
 (0)