From 1306b180a6a8e306a7d00db9cdaa983784c354ed Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 7 Dec 2016 18:57:47 -0800 Subject: Replace CFX_ByteStringArray with std::vector. Also convernt one nearby array to vector as well. Review-Url: https://codereview.chromium.org/2559903002 --- core/fxcrt/fx_basic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h index 2f581b0d5e..184b73bd42 100644 --- a/core/fxcrt/fx_basic.h +++ b/core/fxcrt/fx_basic.h @@ -423,7 +423,6 @@ class CFX_ObjectArray : public CFX_BasicArray { CFX_BasicArray::SetSize(0); } }; -typedef CFX_ObjectArray CFX_ByteStringArray; typedef CFX_ObjectArray CFX_WideStringArray; #endif // PDF_ENABLE_XFA -- cgit v1.2.3