summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorz3bra <contactatz3bradotorg>2016-11-05 15:24:58 +0100
committerz3bra <contactatz3bradotorg>2016-11-08 16:47:52 +0100
commit1e8094e01adac4c6217e73e6b377cf285d4c3639 (patch)
tree87c4838b9614ff2d75c4ebe79c6880711d892543 /ratox.c
parent1e5d0f0e2b37d4281fdd2471d372fc88fadd642f (diff)
Remove unused cooldown/lastblock fields from transfer struct
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 260f828..8481a1b 100644
--- 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;