From 64f7b672dcc6338e6fb6c150cf28c986eb7e9b12 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 4 Jan 2016 14:25:15 -0800 Subject: Merge to XFA: Remove CPDF_Creator::m_ObjectSize, it's never read from. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1543413002 . (cherry picked from commit 03f5040cbe03cc93e133cb98ecce6725e2679170) Review URL: https://codereview.chromium.org/1555193002 . --- core/include/fxcrt/fx_basic.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/include/fxcrt') diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 2e9723de1d..4aa823e06d 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -1187,8 +1187,7 @@ class CFX_ListArrayTemplate { }; typedef CFX_ListArrayTemplate, FX_FILESIZE> CFX_FileSizeListArray; -typedef CFX_ListArrayTemplate, FX_DWORD> - CFX_DWordListArray; + typedef enum { Ready, ToBeContinued, -- cgit v1.2.3