1
0
mirror of synced 2025-01-18 14:31:40 +03:00

removed non-used code

This commit is contained in:
everzet 2011-10-23 18:50:24 +03:00
parent 20ed8869e4
commit 91d8829c43

View File

@ -38,9 +38,6 @@ class PreFlushEventArgs extends \Doctrine\Common\EventArgs
*/
private $_em;
//private $_entitiesToPersist = array();
//private $_entitiesToRemove = array();
public function __construct($em)
{
$this->_em = $em;