From 2ae79263deae136dc272c060207591a2f932dc2c Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Sat, 4 May 2019 14:23:04 +0200 Subject: [PATCH] [libasiotap] Removes move constructor as it is implicitely deleted. Class base_tap_adapter has move constructor deleted and posix_tap_adapter has also a field which do not define it. --- libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp b/libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp index 61c23e85..c4b2daca 100644 --- a/libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp +++ b/libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp @@ -94,8 +94,6 @@ namespace asiotap posix_tap_adapter(const posix_tap_adapter&) = delete; posix_tap_adapter& operator=(const posix_tap_adapter&) = delete; - posix_tap_adapter(posix_tap_adapter&&) = default; - posix_tap_adapter& operator=(posix_tap_adapter&&) = default; /** * \brief Get the associated network manager.