Fix WhiteScan deadcode

This commit is contained in:
tj0
2021-11-22 15:41:08 +08:00
committed by LINxiansheng
parent b5f5f6a80e
commit 50032ec99f
2 changed files with 1 additions and 7 deletions

View File

@ -533,9 +533,6 @@ int ObPxFifoReceive::get_one_row_from_channels(
}
}
}
if (OB_SUCC(ret) && !got_row) {
ret = OB_EAGAIN;
}
return ret;
}