Skip to content

Commit eb1fa97

Browse files
committed
Remove unused attribute
Kept in constructor for backwards compatibility
1 parent 607a301 commit eb1fa97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/SampleData/Model/Dependency.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ class Dependency
2626
*/
2727
protected $composerInformation;
2828

29-
/**
30-
* @var Filesystem
31-
*/
32-
private $filesystem;
33-
3429
/**
3530
* @var PackageFactory
3631
*/
@@ -54,7 +49,6 @@ public function __construct(
5449
ComponentRegistrar $componentRegistrar
5550
) {
5651
$this->composerInformation = $composerInformation;
57-
$this->filesystem = $filesystem;
5852
$this->packageFactory = $packageFactory;
5953
$this->componentRegistrar = $componentRegistrar;
6054
}

0 commit comments

Comments
 (0)