mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
perf: remove an unused template
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user