From f0e1e5005508a81416da13f37071c440f74dc10b Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Sun, 21 Jan 2007 05:03:24 +0000 Subject: [PATCH] Unused function/field --- libtransmission/peer.c | 1 - libtransmission/peer.h | 1 - 2 files changed, 2 deletions(-) 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 * );