mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
2df691535d
`recalculateAllPossibleTarget` is now a private member of PipelineManager This was done since all calls that can trigger a change in the target list have been isolated and the call is done implicitly. This removes rp_manager_recompute_all_available_targets from PipelineC, since it was added as a stopgap until the above was implemented.