1
0
mirror of synced 2025-01-29 19:41:45 +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)
{
$lexer = $parser->getLexer();
$parser->match(Lexer::T_SIZE);
$parser->match(Lexer::T_OPEN_PARENTHESIS);