Explorar o código

Remove remnant `$key` from old spec version code.

Justin Hileman %!s(int64=14) %!d(string=hai) anos
pai
achega
1fa5d288e7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Mustache.php

+ 0 - 1
Mustache.php

@@ -654,7 +654,6 @@ class Mustache {
 		$val = $this->_getVariable($tag_name);
 
 		if ($this->_varIsCallable($val)) {
-			$key = is_object($val) ? spl_object_hash($val) : serialize($val);
 			$val = $this->_renderTemplate(call_user_func($val));
 		}