Index: core/fpdfapi/fpdf_parser/cpdf_array.cpp |
diff --git a/core/fpdfapi/fpdf_parser/cpdf_array.cpp b/core/fpdfapi/fpdf_parser/cpdf_array.cpp |
index d588f339a7b45c09347e504b355dc8326025cb4a..20073772b71176c547039470e0a464ec6ecc0c2e 100644 |
--- a/core/fpdfapi/fpdf_parser/cpdf_array.cpp |
+++ b/core/fpdfapi/fpdf_parser/cpdf_array.cpp |
@@ -25,12 +25,6 @@ CPDF_Object::Type CPDF_Array::GetType() const { |
return ARRAY; |
} |
-CPDF_Array* CPDF_Array::GetArray() const { |
- // The method should be made non-const if we want to not be const. |
- // See bug #234. |
- return const_cast<CPDF_Array*>(this); |
-} |
- |
bool CPDF_Array::IsArray() const { |
return true; |
} |