Selaa lähdekoodia

Remove unused methods from RepositoryInterface

Jordi Boggiano 13 vuotta sitten
vanhempi
commit
8533a65061
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      src/Composer/Repository/RepositoryInterface.php

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

@@ -17,8 +17,5 @@ namespace Composer\Repository;
  */
 interface RepositoryInterface extends \Countable
 {
-    static function supports($type, $name = '', $url = '');
-    static function create($type, $name = '', $url = '');
-
     function getPackages();
 }