Selaa lähdekoodia

Merge branch '1.7'

Jordi Boggiano 6 vuotta sitten
vanhempi
commit
af677553cc
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 7
      src/Composer/Repository/RepositoryInterface.php

+ 0 - 7
src/Composer/Repository/RepositoryInterface.php

@@ -71,11 +71,4 @@ interface RepositoryInterface extends \Countable
      * @return array[] an array of array('name' => '...', 'description' => '...')
      */
     public function search($query, $mode = 0);
-
-    /**
-     * Removes a package from the registered packages list.
-     *
-     * @param PackageInterface $package
-     */
-    public function removePackage(PackageInterface $package);
 }