Skip to content

Commit 505fd9f

Browse files
authored
Remove array indexing by entityId
1 parent 0f71c20 commit 505fd9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Catalog/Model/Indexer/Category/Flat/AbstractAction.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ protected function getAttributeValues($entityIds, $storeId)
369369
}
370370
$values = [];
371371

372-
foreach ($entityIds as $entityId) {
373-
$values[$entityId] = [];
374-
}
375372
$attributes = $this->getAttributes();
376373
$attributesType = ['varchar', 'int', 'decimal', 'text', 'datetime'];
377374
foreach ($attributesType as $type) {

0 commit comments

Comments
 (0)