Remove unused var

This commit is contained in:
jeroendedauw
2014-07-30 22:42:59 +02:00
parent 99215549a9
commit 291141f869
+1 -1
View File
@@ -300,7 +300,7 @@ class Twig_ExpressionParser
{
switch ($name) {
case 'parent':
$args = $this->parseArguments();
$this->parseArguments();
if (!count($this->parser->getBlockStack())) {
throw new Twig_Error_Syntax('Calling "parent" outside a block is forbidden', $line, $this->parser->getFilename());
}