Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Removed unnecessary fulltest invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomyem committed Apr 3, 2013
1 parent fe69225 commit 5235b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sha256_cryptopp.c
Expand Up @@ -603,8 +603,6 @@ bool scanhash_asm32(int thr_id, const unsigned char *midstate,
stat_ctr++;

if (unlikely((hash32[7] == 0) && fulltest(hash, target))) {
fulltest(hash, target);

*hashes_done = stat_ctr;
return true;
}
Expand Down

0 comments on commit 5235b50

Please sign in to comment.