Remove usage of unwinding in PrForwardTracking
The LHCb::Utils::unwind
function causes ugly towers in the flamegraphs. Turns out the compiler is smart enough to optimise the loop where this was used in the Forward Tracking, so it's dropped.
This should not have any side effects.