[Query] removed unused local variable $platform in IdentityFunction class.
This commit is contained in:
parent
c4dcd39666
commit
19602d0a26
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class IdentityFunction extends FunctionNode
|
|||
*/
|
||||
public function getSql(\Doctrine\ORM\Query\SqlWalker $sqlWalker)
|
||||
{
|
||||
$platform = $sqlWalker->getConnection()->getDatabasePlatform();
|
||||
$dqlAlias = $this->pathExpression->identificationVariable;
|
||||
$assocField = $this->pathExpression->field;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue