From f8d8ac4fca2774550f3fbd3a21bbc1e326028c18 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 19 May 2016 11:37:20 -0700 Subject: 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 --- xfa/fgas/crt/fgas_utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/fgas/crt/fgas_utils.h') 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 CFDE_DWordArray; template class CFX_ObjectBaseArrayTemplate : public CFX_BaseArray { @@ -275,7 +274,6 @@ class CFX_MassArrayTemplate : public CFX_BaseMassArray { CFX_BaseMassArray::RemoveAll(bLeaveMemory); } }; -typedef CFX_MassArrayTemplate CFX_RectMassArray; template class CFX_ObjectMassArrayTemplate : public CFX_BaseMassArray { -- cgit v1.2.3