diff options
author | tsepez <tsepez@chromium.org> | 2016-12-07 18:57:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-07 18:57:47 -0800 |
commit | 1306b180a6a8e306a7d00db9cdaa983784c354ed (patch) | |
tree | caaa0d7896e6f87003f7bce6a6ad016397596c4f /core/fxcrt | |
parent | da911bc12558667555266425d0b7e83296e8cc7d (diff) | |
download | pdfium-1306b180a6a8e306a7d00db9cdaa983784c354ed.tar.xz |
Replace CFX_ByteStringArray with std::vector.
Also convernt one nearby array to vector as well.
Review-Url: https://codereview.chromium.org/2559903002
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/fx_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
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_ByteString> CFX_ByteStringArray; typedef CFX_ObjectArray<CFX_WideString> CFX_WideStringArray; #endif // PDF_ENABLE_XFA |