From 1a59bf39924de052413d5a4af10c6cae3d7b1ab2 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 15:33:40 +0000 Subject: XPath: Removed redundant internal function git-svn-id: http://pugixml.googlecode.com/svn/trunk@674 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index b674efb..7ec18ae 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -5527,15 +5527,6 @@ namespace pugi return *this; } - void xpath_node_set::swap(xpath_node_set& ns) - { - pstd::swap(_type, ns._type); - pstd::swap(_storage, ns._storage); - pstd::swap(_begin, ns._begin); - pstd::swap(_end, ns._end); - pstd::swap(_eos, ns._eos); - } - xpath_node_set::type_t xpath_node_set::type() const { return _type; -- cgit v1.2.3