summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_node.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-29 20:49:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-29 20:49:26 +0000
commit4dd1b07b00842f33be3ebccdc8e4fd3219191c63 (patch)
treec48766c0fd8e7a4c88226fafbb4b4ad09d2c9760 /xfa/fxfa/parser/cxfa_node.h
parent59cdc7dc88310bd8cdf2ace60e0f567561d38dbb (diff)
downloadpdfium-4dd1b07b00842f33be3ebccdc8e4fd3219191c63.tar.xz
Fold single caller methods into callsite
This CL folds the GetNodeSameClassIndex, GetNodeSameNameIndex from CXFA_Node into the CJX_Tree callsites. Change-Id: Ia4f7750543e786ddd82abb4b6b4bde1bf1710f19 Reviewed-on: https://pdfium-review.googlesource.com/24471 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_node.h')
-rw-r--r--xfa/fxfa/parser/cxfa_node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h
index 99b035dfc7..3c532b0dc8 100644
--- a/xfa/fxfa/parser/cxfa_node.h
+++ b/xfa/fxfa/parser/cxfa_node.h
@@ -235,8 +235,6 @@ class CXFA_Node : public CXFA_Object {
return static_cast<T*>(GetNextSameClassSiblingInternal(eType));
}
- int32_t GetNodeSameNameIndex() const;
- int32_t GetNodeSameClassIndex() const;
CXFA_Node* GetInstanceMgrOfSubform();
CXFA_Occur* GetOccurIfExists();