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

[DDC-2003] Remove unused variable

This commit is contained in:
Benjamin Eberlei 2012-09-05 19:28:32 +02:00
parent 959c4f026f
commit 2c99f97c8b

View file

@ -808,7 +808,6 @@ class BasicEntityPersister
return array(array(), array()); return array(array(), array());
} }
$persister = $this;
$valueVisitor = new SqlValueVisitor(); $valueVisitor = new SqlValueVisitor();
$valueVisitor->dispatch($expression); $valueVisitor->dispatch($expression);