diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-06-04 20:44:17 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-04 20:44:17 +0000 |
commit | d6c6a9f36666c290922efd59ba37bdfc3667eca4 (patch) | |
tree | 2a2d305b09ecf8110c43cbc1eabfec9e3536234b /xfa | |
parent | 80c6ab7b99bcbd7b940f78dc0cac52c30249f59c (diff) | |
download | pdfium-d6c6a9f36666c290922efd59ba37bdfc3667eca4.tar.xz |
Remove unused assignment from CFX_RTFBreak
This assignment is never used, so removing it.
Issue found with Clang Static Analyzer.
Change-Id: I5cf4bd9626f0a0391681c3923ae1bee70ffb99c7
Reviewed-on: https://pdfium-review.googlesource.com/33791
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fgas/layout/cfx_rtfbreak.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fgas/layout/cfx_rtfbreak.cpp b/xfa/fgas/layout/cfx_rtfbreak.cpp index 11a5c56828..700139160a 100644 --- a/xfa/fgas/layout/cfx_rtfbreak.cpp +++ b/xfa/fgas/layout/cfx_rtfbreak.cpp @@ -767,7 +767,6 @@ int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText, } else if (bRTLPiece) { wForm = FX_GetMirrorChar(wch, dwProps); } - dwProps = FX_GetUnicodeProperties(wForm); if (!bEmptyChar) { if (bCharCode) { |