commit 1e8094e01adac4c6217e73e6b377cf285d4c3639
parent 1e5d0f0e2b37d4281fdd2471d372fc88fadd642f
Author: z3bra <contactatz3bradotorg>
Date: Sat, 5 Nov 2016 15:24:58 +0100
Remove unused cooldown/lastblock fields from transfer struct
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/ratox.c b/ratox.c
@@ -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;