summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Lahmam <mehdi@lahmam.com>2017-08-18 01:39:34 +0200
committerMehdi Lahmam <mehdi@lahmam.com>2017-08-20 21:31:40 +0200
commit6be89f21b87272429222274fb2558e1b74b3ee4a (patch)
treefc37ff1fc6d657e2da30a363232b20463c18c8e0
parent63456cf7dc3fd28f1f308a4eab82695f944b6271 (diff)
downloadgitlab-ce-6be89f21b87272429222274fb2558e1b74b3ee4a.tar.gz
Remove unused `Project#new_default_branch` attr_accessor
It has been introduced at 9d14c5137a but never used.
-rw-r--r--app/models/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index be248bc99e1..dfe53d35b3b 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -73,7 +73,6 @@ class Project < ActiveRecord::Base
acts_as_taggable
- attr_accessor :new_default_branch
attr_accessor :old_path_with_namespace
attr_accessor :template_name
attr_writer :pipeline_status