From 5ff09fb5ee9079ad7983c873525b87065eab1deb Mon Sep 17 00:00:00 2001 From: Artem Strygin Date: Thu, 12 Jul 2018 10:07:59 +0000 Subject: Remove CPDF_HintTables::GetItemLength() Commit {Insert later} removed the last caller to this method. Change-Id: I1689b33486396cc3a41139f984f819b39ab02b2a Reviewed-on: https://pdfium-review.googlesource.com/35130 Commit-Queue: Art Snake Reviewed-by: dsinclair --- core/fpdfapi/parser/cpdf_hint_tables.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/fpdfapi/parser/cpdf_hint_tables.h') diff --git a/core/fpdfapi/parser/cpdf_hint_tables.h b/core/fpdfapi/parser/cpdf_hint_tables.h index 861f231547..a161dc68f0 100644 --- a/core/fpdfapi/parser/cpdf_hint_tables.h +++ b/core/fpdfapi/parser/cpdf_hint_tables.h @@ -88,9 +88,6 @@ class CPDF_HintTables { bool ReadSharedObjHintTable(CFX_BitStream* hStream, uint32_t offset); private: - uint32_t GetItemLength(uint32_t index, - const std::vector& szArray) const; - FX_FILESIZE HintsOffsetToFileOffset(uint32_t hints_offset) const; // Owned by |m_pDataAvail|. -- cgit v1.2.3