aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/service/src/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--um/service/src/device.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/um/service/src/device.cpp b/um/service/src/device.cpp
index 1bdb42f..f1ecccb 100644
--- a/um/service/src/device.cpp
+++ b/um/service/src/device.cpp
@@ -13,7 +13,6 @@
#include <stdexcept>
#include <string>
#include <system_error>
-#include <utility>
namespace libservice
{
@@ -117,20 +116,4 @@ namespace libservice
return nbwritten;
}
-
- void swap(Device& a, Device& b) LIBSERVICE_NOEXCEPT
- {
- a.swap(b);
- }
-}
-
-namespace std
-{
- template <>
- void swap<libservice::Device>(
- libservice::Device& a,
- libservice::Device& b) LIBSERVICE_NOEXCEPT
- {
- a.swap(b);
- }
}