1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

[Query] removed unused local variable $lexer in SizeFunction class.

This commit is contained in:
Hugo Hamon 2012-01-12 19:44:42 +01:00 committed by Benjamin Eberlei
parent 19602d0a26
commit 43eebe1a8b

View file

@ -109,8 +109,6 @@ class SizeFunction extends FunctionNode
*/ */
public function parse(\Doctrine\ORM\Query\Parser $parser) public function parse(\Doctrine\ORM\Query\Parser $parser)
{ {
$lexer = $parser->getLexer();
$parser->match(Lexer::T_SIZE); $parser->match(Lexer::T_SIZE);
$parser->match(Lexer::T_OPEN_PARENTHESIS); $parser->match(Lexer::T_OPEN_PARENTHESIS);