Remove enumerations from stats_enums.hpp that are not used#4307
Remove enumerations from stats_enums.hpp that are not used#4307clemahieu merged 2 commits intonanocurrency:developfrom
Conversation
|
I'm wondering if it makes sense to have enums that are only used in the testcases ? Looking at the |
That is a good point and really I agree. It's occurred to me that we shouldn't be checking counters in tests at all. The stat counters are for users, and just as we shouldn't be depending on the output of logs, we shouldn't be depending on the counters. |
|
Do you want me to remove the enums again, and also remove the unit tests they are used in? |
|
No, let's do that separately. This change is fine on its own to remove enums that are completely unused. |
Clean up enumerations that are no longer in use. This pr targets #4102