Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Nov 30, 2021
1 parent 92b2ac5 commit 44076a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/index_lookup_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ func (e *IndexLookUpJoin) getFinishedTask(ctx context.Context) (*lookUpJoinTask,
select {
case err := <-task.doneCh:
if err != nil {
logutil.BgLogger().Error("task err not nil")
return nil, err
}
case <-ctx.Done():
Expand Down

0 comments on commit 44076a9

Please sign in to comment.