diff options
author | z3bra <contactatz3bradotorg> | 2016-11-05 15:24:58 +0100 |
---|---|---|
committer | z3bra <contactatz3bradotorg> | 2016-11-08 16:47:52 +0100 |
commit | 1e8094e01adac4c6217e73e6b377cf285d4c3639 (patch) | |
tree | 87c4838b9614ff2d75c4ebe79c6880711d892543 /ratox.c | |
parent | 1e5d0f0e2b37d4281fdd2471d372fc88fadd642f (diff) |
Remove unused cooldown/lastblock fields from transfer struct
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1605,7 +1605,6 @@ loop(void) struct file reqfifo; struct friend *f, *ftmp; struct request *req, *rtmp; - struct timespec curtime, diff; struct timeval tv; fd_set rfds; time_t t0, t1; |