From a5ab26b8aa9ed12af8bdf323cb297f61cbfeb1fa Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 22 Jun 2016 21:09:12 -0700 Subject: Remove unused GetScriptObjHash(). Method is never called, remove it and the data variable it uses as it will no longer be used. Review-Url: https://codereview.chromium.org/2088173003 --- xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp') diff --git a/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp index e4ba480dce..aabdf95cb5 100644 --- a/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp +++ b/xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp @@ -29,7 +29,6 @@ CXFA_Node* ToNode(CFXJSE_Value* pValue, CFXJSE_Class* pClass) { CScript_HostPseudoModel::CScript_HostPseudoModel(CXFA_Document* pDocument) : CXFA_OrdinaryObject(pDocument, XFA_Element::HostPseudoModel) { - m_uScriptHash = XFA_HASHCODE_Host; } CScript_HostPseudoModel::~CScript_HostPseudoModel() {} void CScript_HostPseudoModel::Script_HostPseudoModel_LoadString( -- cgit v1.2.3