diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-03-02 14:57:59 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-03 02:02:48 +0000 |
commit | d4db58fa238a3e6f80fc87bc7fe539cd9f54aa7f (patch) | |
tree | e80061f3a64fae1adb210eff79da7a440ad0fc2d /xfa/fxfa/parser/xfa_object.h | |
parent | 2326e9cdf4467d0a65471a64d3e66268810f62d8 (diff) | |
download | pdfium-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.h | 3 |
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); |