Skip to content

Drop unused helpers and associated specs

ghost-83987-985790 requested to merge tutec/gitlab-ce:master into master

What does this MR do?

This MR deletes unused helper methods and their associated specs. I delete each method on its own commit so that it's easy to revert in case we need that. We can squash the history together later if you think that's better.

Are there points in the code the reviewer needs to double check?

Some methods might be called using meta programming, in a way that ag wouldn't catch. I hope the extensive test suite takes care of that, and that domain knowledge by reviewers does too.

Why was this MR needed?

The Best Code is No Code At All.

Does this MR meet the acceptance criteria?

Merge request reports