Skip to content

Remove obsolete method definitions

drew stachon requested to merge 298541-remove-more-unused-methods into master

What does this MR do and why?

Remove obsolete method definitions

These methods were all moved into MergeTrain::Train, and those new definitions are fully tested and now in use. These are both dead and duplicate code.

This is a follow-up from !123853 (merged) which introduced the new definitions which can be found here and new tests which can be found here.

MR acceptance checklist

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

Related to #298541 (closed)

Edited by drew stachon

Merge request reports