| Index: core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
|
| index bd1187645cdc754db85cdb739ccc8e9695a1a098..2cee90c24a1b128fb3646c63a544f58fd4bc68c7 100644
|
| --- a/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
|
| +++ b/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
|
| @@ -184,7 +184,6 @@ static FX_BOOL _CMap_GetCodeRange(_CMap_CodeRange& range, FX_BSTR first, FX_BSTR
|
| if (first.GetLength() == 0 || first.GetAt(0) != '<') {
|
| return FALSE;
|
| }
|
| - int num = 0;
|
| int i;
|
| for (i = 1; i < first.GetLength(); i ++)
|
| if (first.GetAt(i) == '>') {
|
|
|