remove unused $lineno variable

This commit is contained in:
nikic
2010-12-20 18:34:49 +01:00
committed by Fabien Potencier
parent f1583ce353
commit 06753220b9
-2
View File
@@ -274,8 +274,6 @@ class Twig_ExpressionParser
public function parseFilterExpressionRaw($node, $tag = null)
{
$lineno = $this->parser->getCurrentToken()->getLine();
while (true) {
$token = $this->parser->getStream()->expect(Twig_Token::NAME_TYPE);