| Index: core/src/fpdftext/fpdf_text_int.cpp
|
| diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp
|
| index 7a8e02960e2f847c667dfaeefb5eb536cab1cb74..958b213d3d21b5ea318cbda2c4332daf2ae1a2a7 100644
|
| --- a/core/src/fpdftext/fpdf_text_int.cpp
|
| +++ b/core/src/fpdftext/fpdf_text_int.cpp
|
| @@ -1887,7 +1887,6 @@ void CPDF_TextPage::ProcessTextObject(PDFTEXT_Obj Obj)
|
| FX_WCHAR * pTempBuffer = m_TempTextBuf.GetBuffer();
|
| i = iBufStartAppend;
|
| j = m_TempTextBuf.GetLength() - 1;
|
| - FX_WCHAR wTemp;
|
| for (; i < j; i++, j--) {
|
| std::swap(pTempBuffer[i], pTempBuffer[j]);
|
| }
|
|
|