Remove an unnecessary if statement from InlineBoxPosition.cpp
The |if| statement's condition is always false, since |level| is set to |inline_box->BidiLevel()| in L165. Note: The code was originally introduced in crrev.com/edfe20, which already contains this redundant branching. Bug: 771398 Change-Id: If83f178b8ab91f15fcc7176e429541e69a681b15 Reviewed-on: https://chromium-review.googlesource.com/991604Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#547762}
Showing
Please register or sign in to comment