mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Use default operators generated/synthesized by compiler
This commit is contained in:
@@ -64,7 +64,6 @@ namespace BitTorrent
|
||||
};
|
||||
|
||||
bool operator==(const Peer &left, const Peer &right);
|
||||
bool operator!=(const Peer &left, const Peer &right);
|
||||
std::size_t qHash(const Peer &key, std::size_t seed = 0);
|
||||
|
||||
// *Basic* Bittorrent tracker implementation
|
||||
|
||||
Reference in New Issue
Block a user