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