Index: trunk/extensions/Deployment/Deployment.php |
— | — | @@ -68,19 +68,4 @@ |
69 | 69 | 'descriptionmsg' => 'deployment-desc', |
70 | 70 | ); |
71 | 71 | |
72 | | -} |
73 | | - |
74 | | -/** |
75 | | - * Returns the PackageRepository object for interaction with the package repository. |
76 | | - * |
77 | | - * @return PackageRepository |
78 | | - */ |
79 | | -function wfGetRepository() { |
80 | | - global $wgRepository, $wgRepositoryApiLocation; |
81 | | - |
82 | | - if ( !isset( $wgRepository ) ) { |
83 | | - $wgRepository = new DistributionRepository( $wgRepositoryApiLocation ); |
84 | | - } |
85 | | - |
86 | | - return $wgRepository; |
87 | | -} |
\ No newline at end of file |
| 72 | +} |
\ No newline at end of file |