diff --git a/checkin_notes b/checkin_notes index c00a0e3141..2cd92ce7c6 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6705,3 +6705,10 @@ David 8 Nov 2012 html/inc forum.inc + +David 8 Nov 2012 + - scheduler: remove redundant call to wu_is_infeasible_custom() + introduced in yesterday's commit + + sched/ + sched_resend.cpp diff --git a/sched/sched_resend.cpp b/sched/sched_resend.cpp index ca2ebf155c..a2c288e592 100644 --- a/sched/sched_resend.cpp +++ b/sched/sched_resend.cpp @@ -202,15 +202,6 @@ bool resend_lost_work() { } can_resend = false; } - if (can_resend && wu_is_infeasible_custom(wu, *app, *bavp)) { - if (config.debug_resend) { - log_messages.printf(MSG_NORMAL, - "[resend] skipping [RESULT#%d]: custom feasibility check failed\n", - result.id - ); - } - can_resend = false; - } // If we can't resend this job for any of the above reasons, // make it time out so that the transitioner does the right thing.