On 06/04/2017 14:23, Pavel Rappo wrote:
Though it indeed jumps out on you. Could we use an iterator here and rely on its remove implementation, since we know the implementation of the list?
We could - there's another loop earlier in this file that uses an index (line 713) - so I just choose to do the same here. I'm not a great fan of iterators ;-) best, -- daniel