This commit no longer exists in the repository. It may have been part of a branch which was deleted.
Description
Refactor: scheduler: drop redundant resource/node arguments
Both pe_resource_t and pe_node_t contain a pointer back to the
pe_working_set_t, so we don't need a separate argument for that if one of those
is known.