1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

Removed an unused local variable.

This commit is contained in:
Benjamin Morel 2013-02-03 01:05:43 +00:00
parent 71a68a5c6f
commit 4b58c6fc41

View file

@ -199,8 +199,6 @@ class QueryBuilder
return $this->_dql;
}
$dql = '';
switch ($this->_type) {
case self::DELETE:
$dql = $this->_getDQLForDelete();