summaryrefslogtreecommitdiff
path: root/xfa/fgas/crt
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-19 11:37:20 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-19 11:37:20 -0700
commitf8d8ac4fca2774550f3fbd3a21bbc1e326028c18 (patch)
tree70ab1f2ba023573e5ae076e46ab2621a9411b28b /xfa/fgas/crt
parentbc8a64029f898286c3dcad3a6cecdc98ef30b139 (diff)
downloadpdfium-f8d8ac4fca2774550f3fbd3a21bbc1e326028c18.tar.xz
Expand some typedefs to the original types
Sevearal typedefs are only used once or twice. Expand and remove the typedef. Review-Url: https://codereview.chromium.org/1995033002
Diffstat (limited to 'xfa/fgas/crt')
-rw-r--r--xfa/fgas/crt/fgas_utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/crt/fgas_utils.h b/xfa/fgas/crt/fgas_utils.h
index 56fa018ad4..6fef23d968 100644
--- a/xfa/fgas/crt/fgas_utils.h
+++ b/xfa/fgas/crt/fgas_utils.h
@@ -80,7 +80,6 @@ class CFX_BaseArrayTemplate : public CFX_BaseArray {
CFX_BaseArray::RemoveAll(bLeaveMemory);
}
};
-typedef CFX_BaseArrayTemplate<uint32_t> CFDE_DWordArray;
template <class baseType>
class CFX_ObjectBaseArrayTemplate : public CFX_BaseArray {
@@ -275,7 +274,6 @@ class CFX_MassArrayTemplate : public CFX_BaseMassArray {
CFX_BaseMassArray::RemoveAll(bLeaveMemory);
}
};
-typedef CFX_MassArrayTemplate<CFX_Rect> CFX_RectMassArray;
template <class baseType>
class CFX_ObjectMassArrayTemplate : public CFX_BaseMassArray {