summaryrefslogtreecommitdiff
path: root/app/models/project.rb
diff options
context:
space:
mode:
authorJulien Kirch <code@archiloque.net>2013-12-02 11:13:53 +0100
committerJulien Kirch <code@archiloque.net>2013-12-02 11:13:53 +0100
commit4ab31d834eb9ebe08c11dfc30d87ea1a3c16dd9a (patch)
tree187d40400a0a99ce33b5106ddcea69c091acc06f /app/models/project.rb
parent4e878ad902c8026513e69f2ed79b6ed17b63ed24 (diff)
downloadgitlab-ce-4ab31d834eb9ebe08c11dfc30d87ea1a3c16dd9a.tar.gz
Unused http_url member in project & gollum_wiki
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 794f9be4bdf..0edc0746fb9 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -392,7 +392,7 @@ class Project < ActiveRecord::Base
end
def http_url_to_repo
- http_url = [Gitlab.config.gitlab.url, "/", path_with_namespace, ".git"].join('')
+ [Gitlab.config.gitlab.url, "/", path_with_namespace, ".git"].join('')
end
# Check if current branch name is marked as protected in the system