diff options
Diffstat (limited to 'Visitor/Interpreter.php')
-rw-r--r-- | Visitor/Interpreter.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Visitor/Interpreter.php b/Visitor/Interpreter.php index 0781763..ad60b68 100644 --- a/Visitor/Interpreter.php +++ b/Visitor/Interpreter.php @@ -408,9 +408,6 @@ class Interpreter implements \Hoa\Visitor\Visit { break; case '#dynamic_resolution': - if(1 === $element->getChildrenNumber()) - return $element->getChild(0)->accept($this, $handle, $eldnah); - $value = null; foreach($element->getChildren() as $child) { |