From 85e622ce52eb3864e94d0fa387af39fc6993bacf Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 23 Aug 2018 16:55:14 +0000 Subject: Fold CPDF_Document::LoadDocInternal() into caller. It is only called in one place. It also has a superfluous test and return as it is currently written introduced in https://pdfium-review.googlesource.com/c/pdfium/+/35490 Change-Id: Iba1aaac6e93c261f71729f39e51741f19c5dbb57 Reviewed-on: https://pdfium-review.googlesource.com/41071 Reviewed-by: Henrique Nakashima Commit-Queue: Tom Sepez --- core/fpdfapi/parser/cpdf_document.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fpdfapi/parser/cpdf_document.h') diff --git a/core/fpdfapi/parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h index 1cbc5fcc42..09bfb21550 100644 --- a/core/fpdfapi/parser/cpdf_document.h +++ b/core/fpdfapi/parser/cpdf_document.h @@ -135,7 +135,6 @@ class CPDF_Document : public Observable, int* index, int level) const; std::unique_ptr ParseIndirectObject(uint32_t objnum) override; - void LoadDocInternal(); size_t CalculateEncodingDict(int charset, CPDF_Dictionary* pBaseDict); const CPDF_Dictionary* GetPagesDict() const; CPDF_Dictionary* GetPagesDict(); -- cgit v1.2.3