Remove unused variable

The cleanup_actions list is defined/initialized before the loop and the end of the loop is used to execute some actions. Unfortunately it seems that all the code that was adding element to it has been deleted, we may as well remove it completely.

Merge request reports

Loading