From 4e4b4f69c96a887c8c371fabed5e67863c6583cc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 6 Jun 2021 21:09:16 +0200 Subject: [PATCH] Revert "Always wait after an unzip completes to try and fix virtualbox issues, refs #9945" This reverts commit 3556f6efa5171a50be1123da55ab612d6d27631b. --- src/Composer/Downloader/ArchiveDownloader.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Composer/Downloader/ArchiveDownloader.php b/src/Composer/Downloader/ArchiveDownloader.php index c96727640..7788397f2 100644 --- a/src/Composer/Downloader/ArchiveDownloader.php +++ b/src/Composer/Downloader/ArchiveDownloader.php @@ -13,7 +13,6 @@ namespace Composer\Downloader; use Composer\Package\PackageInterface; -use Composer\Util\Platform; use Symfony\Component\Finder\Finder; use React\Promise\PromiseInterface; use Composer\DependencyResolver\Operation\InstallOperation; @@ -137,8 +136,6 @@ abstract class ArchiveDownloader extends FileDownloader } }; - Platform::workaroundFilesystemIssues(); - $renameAsOne = false; if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) { $renameAsOne = true;