From d6c6a9f36666c290922efd59ba37bdfc3667eca4 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Mon, 4 Jun 2018 20:44:17 +0000 Subject: 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 Commit-Queue: Ryan Harrison --- xfa/fgas/layout/cfx_rtfbreak.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa') 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) { -- cgit v1.2.3