Justin Hileman 3 роки тому
батько
коміт
7fd191f730
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/Mustache/Compiler.php

+ 0 - 1
src/Mustache/Compiler.php

@@ -286,7 +286,6 @@ class Mustache_Compiler
     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);