mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
removed obsolete code
This commit is contained in:
@@ -27,11 +27,6 @@ abstract class Twig_Template
|
|||||||
const ARRAY_CALL = 'array';
|
const ARRAY_CALL = 'array';
|
||||||
const METHOD_CALL = 'method';
|
const METHOD_CALL = 'method';
|
||||||
|
|
||||||
/**
|
|
||||||
* @internal
|
|
||||||
*/
|
|
||||||
protected static $cache = array();
|
|
||||||
|
|
||||||
protected $parent;
|
protected $parent;
|
||||||
protected $parents = array();
|
protected $parents = array();
|
||||||
protected $env;
|
protected $env;
|
||||||
|
|||||||
@@ -390,7 +390,6 @@ class Twig_TemplateTest extends Twig_Template
|
|||||||
public function __construct(Twig_Environment $env, $name = 'index.twig')
|
public function __construct(Twig_Environment $env, $name = 'index.twig')
|
||||||
{
|
{
|
||||||
parent::__construct($env);
|
parent::__construct($env);
|
||||||
self::$cache = array();
|
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user