mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a2a7e6442b
Inline the body of `PipelineNode.run` into `ScheduledTask.run`, making `PipelineNode` a pure data structure. This also allows eliding all the arguments since all of them as properties of `ScheduledTask`.