Unused function/field
This commit is contained in:
parent
15fdfda60f
commit
f0e1e50055
|
@ -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 New Issue