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:
parent
ada5fdc537
commit
1a59bf3992
@ -5527,15 +5527,6 @@ namespace pugi
|
|||||||
return *this;
|
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
|
xpath_node_set::type_t xpath_node_set::type() const
|
||||||
{
|
{
|
||||||
return _type;
|
return _type;
|
||||||
|
|||||||
@ -2063,8 +2063,6 @@ namespace pugi
|
|||||||
|
|
||||||
void remove_duplicates();
|
void remove_duplicates();
|
||||||
|
|
||||||
void swap(xpath_node_set& ns);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Default constructor
|
* Default constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user