summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/common/xfa_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/common/xfa_utils.h')
-rw-r--r--xfa/src/fxfa/src/common/xfa_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/src/fxfa/src/common/xfa_utils.h b/xfa/src/fxfa/src/common/xfa_utils.h
index bd3236967b..8f8a36f621 100644
--- a/xfa/src/fxfa/src/common/xfa_utils.h
+++ b/xfa/src/fxfa/src/common/xfa_utils.h
@@ -59,7 +59,6 @@ class CXFA_NodeIteratorTemplate {
}
NodeType* GetRoot() { return m_pRoot; }
NodeType* MoveToPrev() {
- NodeType* pCurrent = GetCurrent();
int32_t nStackLength = m_NodeStack.GetSize();
if (nStackLength == 1) {
return NULL;