mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
Unused function/field
This commit is contained in:
parent
15fdfda60f
commit
f0e1e50055
2 changed files with 0 additions and 2 deletions
|
@ -97,7 +97,6 @@ struct tr_peer_s
|
|||
tr_request_t outRequests[MAX_REQUEST_COUNT];
|
||||
uint64_t outTotal;
|
||||
uint64_t outDate;
|
||||
int outSlow;
|
||||
|
||||
tr_ratecontrol_t * download;
|
||||
tr_ratecontrol_t * upload;
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
typedef struct tr_peer_s tr_peer_t;
|
||||
|
||||
void tr_peerAddOld ( tr_torrent_t *, char *, int );
|
||||
void tr_peerAddCompact ( tr_torrent_t *, uint8_t *, int );
|
||||
tr_peer_t * tr_peerInit ( struct in_addr, in_port_t, int );
|
||||
void tr_peerAttach ( tr_torrent_t *, tr_peer_t * );
|
||||
|
|
Loading…
Reference in a new issue