Remove redundant CHECK.

This commit is contained in:
levlam 2024-05-06 11:06:44 +03:00
parent 836359104e
commit 36ace421b8

View File

@ -185,7 +185,6 @@ void Scheduler::send_impl(const ActorId<> &actor_id, const RunFuncT &run_func, c
return;
}
CHECK(actor_info != nullptr);
int32 actor_sched_id;
bool is_migrating;
std::tie(actor_sched_id, is_migrating) = actor_info->migrate_dest_flag_atomic();