1
0
Fork 0

removing dead code lines and excess comments

pull/2834/head
Clark Stuth 2014-03-24 09:43:45 -05:00
parent 051aec83ef
commit 3a3661a0b3
2 changed files with 0 additions and 7 deletions

View File

@ -22,7 +22,6 @@ use Composer\Util\Perforce;
class PerforceDownloader extends VcsDownloader
{
protected $perforce;
// protected $perforceInjected = false;
/**
* {@inheritDoc}

View File

@ -142,12 +142,6 @@ class PerforceDriver extends VcsDriver
$this->composerInfoIdentifier = $identifier;
$result = false;
return !empty($this->composerInfo);
if (!empty($this->composerInfo)) {
$result = count($this->composerInfo) > 0;
}
return $result;
}
/**