Skip to content

Commit 1fa9183

Browse files
committed
Removed unused code
1 parent e2633c8 commit 1fa9183

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/ConfigurableProduct/Model/LinkManagement.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkManagementI
5252
*/
5353
private $attributeFactory;
5454

55-
//private $mediaGalleryProcessor;
5655
public \Magento\Catalog\Model\ProductRepository $mediaGallery;
5756
public \Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterfaceFactory $myModelFactory;
5857
private array $images;
@@ -75,7 +74,6 @@ public function __construct(
7574
\Magento\Framework\Api\DataObjectHelper $dataObjectHelper,
7675
\Magento\Catalog\Model\ResourceModel\Eav\AttributeFactory $attributeFactory = null,
7776
\Magento\Catalog\Model\ProductRepository $mediaGalleryProcessor,
78-
// \Magento\Catalog\Api\Data\ProductInterface $productInterface,
7977
\Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterfaceFactory $myModelFactory
8078
) {
8179
$this->productRepository = $productRepository;
@@ -85,7 +83,6 @@ public function __construct(
8583
$this->attributeFactory = $attributeFactory ?: \Magento\Framework\App\ObjectManager::getInstance()
8684
->get(\Magento\Catalog\Model\ResourceModel\Eav\AttributeFactory::class);
8785
$this->mediaGallery = $mediaGalleryProcessor;
88-
// $this->productInterface=$productInterface;
8986
$this->myModelFactory = $myModelFactory;
9087
}
9188

0 commit comments

Comments
 (0)