mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Remove move constructor and assignment operator
This commit is contained in:
parent
305a17c811
commit
85fa264a16
@ -57,9 +57,6 @@ class ConfigBroadcasterImpl {
|
||||
Version lastSeenVersion;
|
||||
ConfigBroadcastInterface broadcastInterface;
|
||||
|
||||
BroadcastClientDetails(BroadcastClientDetails&& other) = default;
|
||||
BroadcastClientDetails& operator=(BroadcastClientDetails&& other) = default;
|
||||
|
||||
bool operator==(BroadcastClientDetails const& rhs) const {
|
||||
return configClassSet == rhs.configClassSet && lastSeenVersion == rhs.lastSeenVersion &&
|
||||
broadcastInterface == rhs.broadcastInterface;
|
||||
|
Loading…
x
Reference in New Issue
Block a user