mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
remove unused private property
This commit is contained in:
@@ -31,7 +31,6 @@ class Twig_NodeVisitor_Optimizer extends Twig_BaseNodeVisitor
|
|||||||
private $loops = array();
|
private $loops = array();
|
||||||
private $loopsTargets = array();
|
private $loopsTargets = array();
|
||||||
private $optimizers;
|
private $optimizers;
|
||||||
private $prependedNodes = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user