James Moger
2013-11-29 14cbbeaf61ce67c1ef5a6445515f3134dd5690ce
src/main/java/com/gitblit/git/GitblitReceivePack.java
@@ -85,8 +85,6 @@
   protected String gitblitUrl;
   protected String repositoryUrl;
   protected GroovyScriptEngine gse;
   private final IStoredSettings settings;
@@ -388,10 +386,6 @@
   protected void setGitblitUrl(String url) {
      this.gitblitUrl = url;
   }
   protected void setRepositoryUrl(String url) {
      this.repositoryUrl = url;
   }
   protected void sendRejection(final ReceiveCommand cmd, final String why, Object... objects) {