Skip to content

Commit 9cb7a89

Browse files
committed
ENGCOM-3399: Static tests fixed.
1 parent 9b919f9 commit 9cb7a89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/CategoryLink.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ private function processCategoryLinks($newCategoryPositions, &$oldCategoryPositi
118118
$result = ['changed' => [], 'updated' => []];
119119

120120
$oldCategoryPositions = array_values($oldCategoryPositions);
121-
$oldCategoryList = array_column($oldCategoryPositions, 'category_id');
122121
foreach ($newCategoryPositions as $newCategoryPosition) {
123122
$key = false;
124123

0 commit comments

Comments
 (0)