Remove dead code
parent
477da3a448
commit
2378c9e308
|
@ -184,7 +184,6 @@ class FileDownloader implements DownloaderInterface
|
||||||
protected function clearCache(PackageInterface $package, $path, $processedUrl)
|
protected function clearCache(PackageInterface $package, $path, $processedUrl)
|
||||||
{
|
{
|
||||||
if ($this->cache) {
|
if ($this->cache) {
|
||||||
$fileName = $this->getFileName($package, $path);
|
|
||||||
$this->cache->remove($this->getCacheKey($package, $processedUrl));
|
$this->cache->remove($this->getCacheKey($package, $processedUrl));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue