perf: remove an unused template

This commit is contained in:
Horror Proton
2022-08-09 21:19:36 +08:00
parent 81f087d260
commit d698937e64
6 changed files with 0 additions and 26 deletions

View File

@@ -500,13 +500,6 @@ bool asst::AutoRecruitTask::recruit_begin()
return task.run();
}
bool asst::AutoRecruitTask::check_time_unreduced()
{
ProcessTask task(*this, { "RecruitCheckTimeUnreduced" });
task.set_retry_times(1);
return task.run();
}
bool asst::AutoRecruitTask::check_time_reduced()
{
ProcessTask task(*this, { "RecruitCheckTimeReduced" });