Skip to content

Commit

Permalink
[libasiotap] Removes move constructor as it is implicitely deleted.
Browse files Browse the repository at this point in the history
Class base_tap_adapter has move constructor deleted and
posix_tap_adapter has also a field which do not define it.
  • Loading branch information
s-vincent committed May 4, 2019
1 parent 73034fc commit 2ae7926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/asiotap/include/asiotap/posix/posix_tap_adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ae7926

Please sign in to comment.