summaryrefslogtreecommitdiff
path: root/src/pugixml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r--src/pugixml.cpp9
1 files changed, 0 insertions, 9 deletions
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;