Remove unnecessary code

main
Jordi Boggiano 12 years ago
parent 6fb667a752
commit b82b9b53f7

@ -28,8 +28,6 @@ use Composer\Util\Filesystem;
*/
class PearInstaller extends LibraryInstaller
{
private $filesystem;
/**
* Initializes library installer.
*
@ -41,7 +39,6 @@ class PearInstaller extends LibraryInstaller
*/
public function __construct(IOInterface $io, Composer $composer, $type = 'pear-library')
{
$this->filesystem = new Filesystem();
parent::__construct($io, $composer, $type);
}

Loading…
Cancel
Save