Skip to content

Commit 56ef44b

Browse files
committed
Cleanup changes from PR #26397
1 parent d7f283c commit 56ef44b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -421,17 +421,4 @@ private function getOptions(ProductInterface $product)
421421

422422
return $optionCollection->appendSelections($selectionCollection, true);
423423
}
424-
425-
/**
426-
* Get MetadataPool instance
427-
*
428-
* @return MetadataPool
429-
*/
430-
private function getMetadataPool()
431-
{
432-
if (!$this->metadataPool) {
433-
$this->metadataPool = ObjectManager::getInstance()->get(MetadataPool::class);
434-
}
435-
return $this->metadataPool;
436-
}
437424
}

0 commit comments

Comments
 (0)