0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-17 04:50:23 +08:00

XPath: Removed redundant internal function

git-svn-id: http://pugixml.googlecode.com/svn/trunk@674 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-08-29 15:33:40 +00:00
parent ada5fdc537
commit 1a59bf3992
2 changed files with 0 additions and 11 deletions

View File

@ -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;

View File

@ -2063,8 +2063,6 @@ namespace pugi
void remove_duplicates();
void swap(xpath_node_set& ns);
public:
/**
* Default constructor