1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo

This commit is contained in:
Charles Kerr 2010-10-08 13:33:50 +00:00
parent a999e60a3f
commit 1eb2b44b75

View file

@ -110,12 +110,6 @@ typedef struct tr_peer
time_t chokeChangedAt;
time_t lastBlocksAtTime;
int blocksAt[60];
time_t lastCancelTime;
int cancelAt[60];
tr_recentHistory * blocksSentToClient;
tr_recentHistory * blocksSentToPeer;