Index: core/fxcrt/fx_basic.h |
diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h |
index 2f581b0d5ef19be78b2390368bc82c4d49eec262..184b73bd42c5260e4f2fdbe35c603eb87ca322f6 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 |