Commit 9d0c346e authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'remove-label-template-dead-code' into 'master'

Remove dead code: Label#template?

See merge request gitlab-org/gitlab!25976
parents d3527863 f328cc86
......@@ -202,10 +202,6 @@ class Label < ApplicationRecord
priorities.present?
end
def template?
template
end
def color
super || DEFAULT_COLOR
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment