Index: core/fpdfapi/parser/cpdf_object.cpp |
diff --git a/core/fpdfapi/parser/cpdf_object.cpp b/core/fpdfapi/parser/cpdf_object.cpp |
index 5c407336e210987176f3888b9b129459a9bb13c0..27a43cf69496684d735968eb4a97237276d22012 100644 |
--- a/core/fpdfapi/parser/cpdf_object.cpp |
+++ b/core/fpdfapi/parser/cpdf_object.cpp |
@@ -37,11 +37,6 @@ CPDF_Object* CPDF_Object::CloneNonCyclic( |
return Clone(); |
} |
-void CPDF_Object::Release() { |
- CHECK(!m_ObjNum); |
- delete this; |
-} |
- |
CFX_ByteString CPDF_Object::GetString() const { |
return CFX_ByteString(); |
} |