Skip to content

Commit 36ace42

Browse files
committed
Remove redundant CHECK.
1 parent 8363591 commit 36ace42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tdactor/td/actor/impl/Scheduler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void Scheduler::send_impl(const ActorId<> &actor_id, const RunFuncT &run_func, c
185185
return;
186186
}
187187

188-
CHECK(actor_info != nullptr);
189188
int32 actor_sched_id;
190189
bool is_migrating;
191190
std::tie(actor_sched_id, is_migrating) = actor_info->migrate_dest_flag_atomic();

0 commit comments

Comments
 (0)