Skip to content

Remove unparsed (duplicate) hash options

Jamie Macey requested to merge jamie_ca/gitlab-ce:prune-dead-code into master

I was running a rake setup and while seeding saw some warnings on duplicate hash keys in these two files. Checking git blame, these have been in place at least 9 months, ignoring the first if: clause due to the presence of a second.

Merge request reports