mirror of https://github.com/BOINC/boinc.git
- scheduler: remove redundant call to wu_is_infeasible_custom()
introduced in yesterday's commit
This commit is contained in:
parent
109661f912
commit
18716b0bda
|
@ -6705,3 +6705,10 @@ David 8 Nov 2012
|
||||||
|
|
||||||
html/inc
|
html/inc
|
||||||
forum.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
|
||||||
|
|
|
@ -202,15 +202,6 @@ bool resend_lost_work() {
|
||||||
}
|
}
|
||||||
can_resend = false;
|
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,
|
// 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.
|
// make it time out so that the transitioner does the right thing.
|
||||||
|
|
Loading…
Reference in New Issue