| Index: core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_object.cpp b/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| index 86b9449cf8b819a9290171e6fa4c56879e0786ab..ec967d10328ef57960c0caf3d2ef5a460b8eb18f 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_object.cpp
|
| @@ -49,10 +49,6 @@ CPDF_Dictionary* CPDF_Object::GetDict() const {
|
| return nullptr;
|
| }
|
|
|
| -CPDF_Array* CPDF_Object::GetArray() const {
|
| - return nullptr;
|
| -}
|
| -
|
| void CPDF_Object::SetString(const CFX_ByteString& str) {
|
| ASSERT(FALSE);
|
| }
|
|
|