summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_data_avail.h
diff options
context:
space:
mode:
authorArtem Strygin <art-snake@yandex-team.ru>2018-06-06 16:30:24 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-06 16:30:24 +0000
commitce4b14ef28ea4c78fe07f271c7185fe9766f7c55 (patch)
tree7861a77583cc957e7c6dbc0d749d4c6df85487ad /core/fpdfapi/parser/cpdf_data_avail.h
parent8ae320912348c162d2b90f1dc7b7528999bbb305 (diff)
downloadpdfium-ce4b14ef28ea4c78fe07f271c7185fe9766f7c55.tar.xz
Simplify check info availability.
Change-Id: I4475b83f69426b135c304d5861f0b7bb582deb81 Reviewed-on: https://pdfium-review.googlesource.com/17731 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Art Snake <art-snake@yandex-team.ru>
Diffstat (limited to 'core/fpdfapi/parser/cpdf_data_avail.h')
-rw-r--r--core/fpdfapi/parser/cpdf_data_avail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_data_avail.h b/core/fpdfapi/parser/cpdf_data_avail.h
index 2ea93fa759..0d9b902168 100644
--- a/core/fpdfapi/parser/cpdf_data_avail.h
+++ b/core/fpdfapi/parser/cpdf_data_avail.h
@@ -167,7 +167,6 @@ class CPDF_DataAvail final {
CPDF_Parser m_parser;
std::unique_ptr<CPDF_Object> m_pRoot;
uint32_t m_dwRootObjNum = 0;
- uint32_t m_dwInfoObjNum = 0;
std::unique_ptr<CPDF_LinearizedHeader> m_pLinearized;
bool m_bDocAvail = false;
std::unique_ptr<CPDF_CrossRefAvail> m_pCrossRefAvail;