1
0
Fork 0

Merge pull request #3596 from SofHad/unused-variables

[Minor] remove the unused private variables
pull/3476/head
Jordi Boggiano 2014-12-28 14:31:05 +00:00
commit 243553f530
2 changed files with 0 additions and 3 deletions

View File

@ -53,8 +53,6 @@ class ComposerRepository extends ArrayRepository
protected $eventDispatcher;
protected $sourceMirrors;
protected $distMirrors;
private $rawData;
private $minimalPackages;
private $degradedMode = false;
private $rootData;

View File

@ -26,7 +26,6 @@ class RemoteFilesystem
{
private $io;
private $config;
private $firstCall;
private $bytesMax;
private $originUrl;
private $fileUrl;