remove calls to schedutil_free_respond()
Opened this issue · 1 comments
garlick commented
Problem: schedutil_free_respond()
is a no-op at this point because the sched.free
request expects no response, and leaving it in the code makes it appear that the protocol requires it.
garlick commented
This appeared in flux-core 0.61. If we remove these calls then sched will need to require a minimum of that version.