1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Remove unused tdiff value.

This commit is contained in:
ckolivas 2012-07-02 11:30:20 +10:00
parent b1cdacdead
commit efcce5bbb8

View File

@ -213,9 +213,6 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
i += 1000;
/* Now start looking for results. Stupid polling every 10ms... */
tdiff.tv_sec = 0;
tdiff.tv_usec = 10000;
work_restart[thr_id].restart = 0;
while (42) {
if (unlikely(work_restart[thr_id].restart))