summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_object.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-03-02 14:57:59 -0800
committerChromium commit bot <commit-bot@chromium.org>2017-03-03 02:02:48 +0000
commitd4db58fa238a3e6f80fc87bc7fe539cd9f54aa7f (patch)
treee80061f3a64fae1adb210eff79da7a440ad0fc2d /xfa/fxfa/parser/xfa_object.h
parent2326e9cdf4467d0a65471a64d3e66268810f62d8 (diff)
downloadpdfium-d4db58fa238a3e6f80fc87bc7fe539cd9f54aa7f.tar.xz
Remove CXFA_NodeStack
Also replace CXFA_NodeSet with underlying type. Change-Id: Iba38ef67bab5d7b23a0bb2b8272a1effa1015c9c Reviewed-on: https://pdfium-review.googlesource.com/2905 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/xfa_object.h')
-rw-r--r--xfa/fxfa/parser/xfa_object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h
index cc116505e0..8bdd264c92 100644
--- a/xfa/fxfa/parser/xfa_object.h
+++ b/xfa/fxfa/parser/xfa_object.h
@@ -8,7 +8,6 @@
#define XFA_FXFA_PARSER_XFA_OBJECT_H_
#include <map>
-#include <unordered_set>
#include "fxjs/cfxjse_arguments.h"
#include "xfa/fde/xml/fde_xml.h"
@@ -126,8 +125,6 @@ enum XFA_SOM_MESSAGETYPE {
};
using CXFA_NodeArray = CFX_ArrayTemplate<CXFA_Node*>;
-using CXFA_NodeStack = CFX_StackTemplate<CXFA_Node*>;
-using CXFA_NodeSet = std::unordered_set<CXFA_Node*>;
typedef void (*PD_CALLBACK_FREEDATA)(void* pData);
typedef void (*PD_CALLBACK_DUPLICATEDATA)(void*& pData);