Resolves the following technical debt issue: redundant continue statement at the end of loop statement PiperOrigin-RevId: 501668537 Change-Id: I9af94df128fa72676c0af31dbf50ec8daf71ce17 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103254 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: Andrew Weintraub <asweintraub@google.com>
diff --git a/core/fxge/cfx_renderdevice.cpp b/core/fxge/cfx_renderdevice.cpp index 10129b3..7dfbf73 100644 --- a/core/fxge/cfx_renderdevice.cpp +++ b/core/fxge/cfx_renderdevice.cpp
@@ -715,7 +715,6 @@ DCHECK_EQ(point_type, CFX_Path::Point::Type::kLine); sub_path.push_back(points[i]); - continue; } // Process the last sub paths. DrawZeroAreaPath(sub_path, pObject2Device, adjust,