Skip to content

Commit

Permalink
Cleanup changes from PR #26397
Browse files Browse the repository at this point in the history
  • Loading branch information
rain2o committed Aug 21, 2020
1 parent d7f283c commit 56ef44b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/code/Magento/Bundle/Model/LinkManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,17 +421,4 @@ private function getOptions(ProductInterface $product)

return $optionCollection->appendSelections($selectionCollection, true);
}

/**
* Get MetadataPool instance
*
* @return MetadataPool
*/
private function getMetadataPool()
{
if (!$this->metadataPool) {
$this->metadataPool = ObjectManager::getInstance()->get(MetadataPool::class);
}
return $this->metadataPool;
}
}

0 comments on commit 56ef44b

Please sign in to comment.