Selaa lähdekoodia

Remove unused variable.

Justin Hileman 3 vuotta sitten
vanhempi
sitoutus
7fd191f730
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);