Browse Source

Remove duplicate handling of retry-auth-failure option, refs #3765

Jordi Boggiano 9 years ago
parent
commit
f084b1e053
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/Composer/Util/RemoteFilesystem.php

+ 0 - 6
src/Composer/Util/RemoteFilesystem.php

@@ -147,12 +147,6 @@ class RemoteFilesystem
 
         $options = $this->getOptionsForUrl($originUrl, $additionalOptions);
 
-        if (isset($options['retry-auth-failure'])) {
-            $this->retryAuthFailure = (bool) $options['retry-auth-failure'];
-
-            unset($options['retry-auth-failure']);
-        }
-
         if ($this->io->isDebug()) {
             $this->io->writeError((substr($fileUrl, 0, 4) === 'http' ? 'Downloading ' : 'Reading ') . $fileUrl);
         }