summaryrefslogtreecommitdiff
path: root/core/fxcrt/include/fx_basic.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-25 13:42:34 -0700
committerTom Sepez <tsepez@chromium.org>2016-03-25 13:42:34 -0700
commit46c8b1e3202ab5ae3663141dc25bec3b4360322e (patch)
treec12b4979cf1bd8f2930175a986e6d7918e6b9c45 /core/fxcrt/include/fx_basic.h
parent86a61dc374e8abe351df03a1aa6665013cc39345 (diff)
downloadpdfium-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/include/fx_basic.h')
-rw-r--r--core/fxcrt/include/fx_basic.h1
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;