diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-11-08 14:23:40 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-11-08 14:23:40 +0000 |
commit | 74737f97ba86199fb2be4ae91a2d0f3743c9a5e5 (patch) | |
tree | faa8f9f689e56e7bd0e327abfaec0b479ca140bf /src/pugixml.hpp | |
parent | 48bbb9f4dd9e6581e61d4d60e132cdb4415f813e (diff) |
XPath: Node set copy now preserves sorted flag (for performance and consistency), removed redundant m_using_storage internal flag
git-svn-id: http://pugixml.googlecode.com/svn/trunk@222 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 3ed6229..3f23e01 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1947,8 +1947,6 @@ namespace pugi xpath_node* m_end;
xpath_node* m_eos;
- bool m_using_storage;
-
typedef xpath_node* iterator;
iterator mut_begin();
|