summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_basic.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-07 18:57:47 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-07 18:57:47 -0800
commit1306b180a6a8e306a7d00db9cdaa983784c354ed (patch)
treecaaa0d7896e6f87003f7bce6a6ad016397596c4f /core/fxcrt/fx_basic.h
parentda911bc12558667555266425d0b7e83296e8cc7d (diff)
downloadpdfium-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/fx_basic.h')
-rw-r--r--core/fxcrt/fx_basic.h1
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