From 74737f97ba86199fb2be4ae91a2d0f3743c9a5e5 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 8 Nov 2009 14:23:40 +0000 Subject: 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 --- src/pugixml.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pugixml.hpp') 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(); -- cgit v1.2.3