mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
remove unused $lineno variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user