소스 검색

Remove dead code

Jordi Boggiano 9 년 전
부모
커밋
2378c9e308
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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));
         }
     }