flux-framework/flux-sched

remove calls to schedutil_free_respond()

Opened this issue · 1 comments

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.

This appeared in flux-core 0.61. If we remove these calls then sched will need to require a minimum of that version.