Martin Ritchie wrote:
Just a quick check while I'm doing my commit log.
I noticed that we don't actually use this class anywhere. Is this the
case? Can we safely delete it?
The fact our tests pass without it in the code base doesn't really say
that much.
Unless it is being instantiated by reflection, which I think is highly
unlikely (I'm not familiar with the code to rule that out for sure), the
fact that everything compiles without it is a safe sign it isn't used.
Does the original coder know if we need it?