Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and Alexey Prilipko committed Jul 3, 2012
1 parent 22aef01 commit 74da2f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Composer/Installer/PearInstaller.php
Expand Up @@ -28,8 +28,6 @@
*/
class PearInstaller extends LibraryInstaller
{
private $filesystem;

/**
* Initializes library installer.
*
Expand All @@ -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);
}

Expand Down

0 comments on commit 74da2f6

Please sign in to comment.