Remove unused constant: `Vulnerability::TooManyDaysError`
What does this MR do and why?
The constant TooManyDaysError
in the vulnerability model appears to be unused. From some git
spelunking:
- This was added in commit 5825c12f
- It was also used in 7ff151eb
- The resolver from 2 removed in 89009fc7
- The usage from 1 was removed in e9567195
This MR removes the error
resolves: #432922 (closed)
How to set up and validate locally
- ci passes
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.