1
0
Fork 0

Remove dead code

pull/4904/head
Jordi Boggiano 2016-02-10 15:10:32 +00:00
parent 477da3a448
commit 2378c9e308
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ class FileDownloader implements DownloaderInterface
protected function clearCache(PackageInterface $package, $path, $processedUrl)
{
if ($this->cache) {
$fileName = $this->getFileName($package, $path);
$this->cache->remove($this->getCacheKey($package, $processedUrl));
}
}