mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
refactor: remove unused function tr_peer.bandwidth() (#5691)
This commit is contained in:
@@ -210,11 +210,6 @@ public:
|
||||
return is_active;
|
||||
}
|
||||
|
||||
[[nodiscard]] tr_bandwidth& bandwidth() noexcept override
|
||||
{
|
||||
return bandwidth_;
|
||||
}
|
||||
|
||||
[[nodiscard]] TR_CONSTEXPR20 size_t activeReqCount(tr_direction dir) const noexcept override
|
||||
{
|
||||
if (dir == TR_CLIENT_TO_PEER) // blocks we've requested
|
||||
|
||||
Reference in New Issue
Block a user