mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
NetworkConnection: Don't explicitly declare default move constructor.
This commit is contained in:
committed by
Peter Johnson
parent
13cbf4e288
commit
555725a05b
@@ -41,8 +41,6 @@ class NetworkConnection {
|
||||
|
||||
NetworkConnection(const NetworkConnection&) = delete;
|
||||
NetworkConnection& operator=(const NetworkConnection&) = delete;
|
||||
NetworkConnection(NetworkConnection&&) = default;
|
||||
NetworkConnection& operator=(NetworkConnection&&) = default;
|
||||
|
||||
private:
|
||||
void ReadThreadMain();
|
||||
|
||||
Reference in New Issue
Block a user