Skip to content

Remove dead code in pipeline presenter

drew stachon requested to merge dead-pipeline-presenter-code into master

What does this MR do and why?

This is a follow-up to Remove dead code in pipeline presenter (!134154 - merged)

That MR removed some dead code in the presenter, and with that gone this method is also completely unused.

Relates to #428181 (closed)

How to set up and validate locally

  1. You can search the codebase, this method is completely unused
  2. It's a private method, so it's really only used in the one class where we just removed the only code that called it.
  3. Specs are still passing.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports