1
0
Fork 0

[Minor] remove the unused private variables

pull/3596/head
SofHad 2014-12-28 00:42:01 +01:00
parent 4569f528f6
commit 45089a6771
2 changed files with 0 additions and 3 deletions

View File

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

View File

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