瀏覽代碼

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