Skip to content

Commit

Permalink
Merge pull request flux-framework#1325 from milroy/free-rsp
Browse files Browse the repository at this point in the history
Qmanager: remove no-longer-supported schedutil_free_respond()
  • Loading branch information
trws authored Jan 9, 2025
2 parents 3fb0b4e + 11639e6 commit de1648c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qmanager/modules/qmanager_callbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,6 @@ void qmanager_cb_t::jobmanager_free_cb (flux_t *h, const flux_msg_t *msg, const
static_cast<intmax_t> (id));
goto done;
}
if (schedutil_free_respond (ctx->schedutil, msg) < 0) {
flux_log_error (h, "%s: schedutil_free_respond", __FUNCTION__);
goto done;
}

done:
json_decref (Res);
Expand Down

0 comments on commit de1648c

Please sign in to comment.