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 $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;