Skip to content

Commit f69cfd8

Browse files
authored
ENGCOM-4483: [DB] Remove unused variable #21716
2 parents 6cc68c6 + a5333cd commit f69cfd8

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,6 @@ public function createTable(Table $table)
21542154
*/
21552155
public function createTemporaryTable(\Magento\Framework\DB\Ddl\Table $table)
21562156
{
2157-
$columns = $table->getColumns();
21582157
$sqlFragment = array_merge(
21592158
$this->_getColumnsDefinition($table),
21602159
$this->_getIndexesDefinition($table),

0 commit comments

Comments
 (0)