unused method

This commit is contained in:
Kohsuke Kawaguchi
2010-12-12 09:52:34 -08:00
parent ac1c003d54
commit 94c307238f

View File

@@ -55,8 +55,4 @@ public class GHTeam {
public void remove(GHRepository r) throws IOException {
org.root.retrieveWithAuth("/repositories?name="+r.getOwnerName()+'/'+r.getName(),null, "DELETE");
}
private URL getApiURL(String tail) throws IOException {
return org.root.getApiURL("/teams/"+id+tail);
}
}