From 5a35129bce7ca777e155e5498e8d4792fa6a4819 Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Fri, 19 Dec 2014 02:27:25 -0800 Subject: Fix a few windows compile warnings R=tsepez@chromium.org Review URL: https://codereview.chromium.org/817753002 --- core/src/fpdftext/fpdf_text_int.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp index 7a8e02960e..958b213d3d 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]); } -- cgit v1.2.3