Skip to content

Remove unused Diffs state machine constants

What does this MR do and why?

Removes some unused constants that were added in !92044 (merged).

There used to be a state machine in the implementation, but it was simplified dramatically. The constants were missed when removing the state machine implementation.

Screenshots or screen recordings

This is just a minor code cleanup, and doesn't produce any modified output in either a UI or a test suite.

How to set up and validate locally

  1. You could search for the names of the constants to note that they are not imported anywhere.

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