From: jeroendedauw Date: Wed, 30 Jul 2014 20:42:59 +0000 (+0200) Subject: Remove unused var X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=291141f869ba57cb49a4a0b2cfd4d87a12d66328;p=web%2Fkonrad%2Ftwig.git Remove unused var --- diff --git a/lib/Twig/ExpressionParser.php b/lib/Twig/ExpressionParser.php index 01594f7..01fffd3 100644 --- a/lib/Twig/ExpressionParser.php +++ b/lib/Twig/ExpressionParser.php @@ -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()); }