mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Remove unused variable.
This commit is contained in:
parent
f4d305a9cd
commit
4b28c8595b
@ -5430,7 +5430,6 @@ static bool hashtest(struct thr_info *thr, struct work *work)
|
|||||||
unsigned char hash1[32];
|
unsigned char hash1[32];
|
||||||
unsigned char hash2[32];
|
unsigned char hash2[32];
|
||||||
uint32_t *hash2_32 = (uint32_t *)hash2;
|
uint32_t *hash2_32 = (uint32_t *)hash2;
|
||||||
struct pool *pool = work->pool;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < 80 / 4; i++)
|
for (i = 0; i < 80 / 4; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user