diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-25 13:42:34 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-25 13:42:34 -0700 |
commit | 46c8b1e3202ab5ae3663141dc25bec3b4360322e (patch) | |
tree | c12b4979cf1bd8f2930175a986e6d7918e6b9c45 /core/fxcrt | |
parent | 86a61dc374e8abe351df03a1aa6665013cc39345 (diff) | |
download | pdfium-46c8b1e3202ab5ae3663141dc25bec3b4360322e.tar.xz |
Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.
First step to getting rid of FX_DWORD.
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1832113003 .
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/include/fx_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/include/fx_basic.h b/core/fxcrt/include/fx_basic.h index 3da2e03e60..4f2e83c20b 100644 --- a/core/fxcrt/include/fx_basic.h +++ b/core/fxcrt/include/fx_basic.h @@ -398,7 +398,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray { return -1; } }; -typedef CFX_ArrayTemplate<FX_DWORD> CFX_DWordArray; #ifdef PDF_ENABLE_XFA typedef CFX_ArrayTemplate<CFX_WideStringC> CFX_WideStringCArray; |