diff --git a/libtransmission/peer.c b/libtransmission/peer.c index b3172b972..194b1541f 100644 --- a/libtransmission/peer.c +++ b/libtransmission/peer.c @@ -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; diff --git a/libtransmission/peer.h b/libtransmission/peer.h index c0c19c03a..8a012f9ee 100644 --- a/libtransmission/peer.h +++ b/libtransmission/peer.h @@ -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 * );