Commit 8855feb7 authored by Rémy Coutable's avatar Rémy Coutable

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

Remove dead code

See merge request gitlab-org/gitlab!18896
parents 8bc1fc53 2f37208c
......@@ -686,10 +686,6 @@ module EE
end
end
def validate_board_limit(board)
# Board limits are disabled in EE, so this method is just a no-op.
end
def check_pull_mirror_branch_prefix
return if pull_mirror_branch_prefix.blank?
return unless pull_mirror_branch_prefix_changed?
......
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