Skip to content

Commit

Permalink
Merge pull request #5886 from gadelat/remove-unused-variables
Browse files Browse the repository at this point in the history
removed some unused variables
  • Loading branch information
Ocramius authored Jun 19, 2016
2 parents 3dfc180 + 56a6505 commit 8c49ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ public function __construct(AST\Node $AST, $sqlWalker)
*/
public function execute(Connection $conn, array $params, array $types)
{
$numDeleted = 0;

// Create temporary id table
$conn->executeUpdate($this->_createTempTableSql);

Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ public function __construct(AST\Node $AST, $sqlWalker)
*/
public function execute(Connection $conn, array $params, array $types)
{
$numUpdated = 0;

// Create temporary id table
$conn->executeUpdate($this->_createTempTableSql);

Expand Down

0 comments on commit 8c49ba6

Please sign in to comment.