Jordi Boggiano преди 6 години
родител
ревизия
af677553cc
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  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);
 }