Removed an unused local variable.
This commit is contained in:
parent
71a68a5c6f
commit
4b58c6fc41
1 changed files with 0 additions and 2 deletions
|
@ -199,8 +199,6 @@ class QueryBuilder
|
||||||
return $this->_dql;
|
return $this->_dql;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dql = '';
|
|
||||||
|
|
||||||
switch ($this->_type) {
|
switch ($this->_type) {
|
||||||
case self::DELETE:
|
case self::DELETE:
|
||||||
$dql = $this->_getDQLForDelete();
|
$dql = $this->_getDQLForDelete();
|
||||||
|
|
Loading…
Add table
Reference in a new issue