Skip to content

Remove dead private method

drew stachon requested to merge dead-loop-timeout-code into master

What does this MR do and why?

This MR removes a dead private method that we haven't used since eb22b66a

We now use loop_until, which accepts the maximum runtime as an argument and handles the comparison

How to set up and validate locally

None really, I wrote a lot of this code and specs initially and I know we're not using it anymore. Linked the commit above where we got rid of the usage. Specs 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