Explorar o código

Remove dead code

Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
2378c9e308
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Composer/Downloader/FileDownloader.php

+ 0 - 1
src/Composer/Downloader/FileDownloader.php

@@ -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));
         }
     }