Remove use of the unused subtypes task_type_bpart_swallow and task_subtype_multipole
No tasks are constructed using these subtypes in engine_maketasks, so they cannot be used.
Merge request reports
Activity
added cleanup label
requested review from @pdraper
assigned to @matthieu
@matthieu I was looking at an issue reported against multipoles (in my RDMA code) and realised that
task_subtype_multipole
is never used inengine_maketasks
. Also found a similar story fortask_subtype_bpart_swallow
.Guess multipoles are only exchanged at rebuild and bparts are only ever merged now?
Edited by Peter W. Drapermentioned in commit f745f98c
Please register or sign in to reply