1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Redundant check.

This commit is contained in:
Con Kolivas 2012-10-27 12:33:46 +11:00
parent 8bd8696854
commit f7b79e34cf

View File

@ -3159,8 +3159,6 @@ static void set_curblock(char *hexstr, unsigned char *hash)
get_timestamp(blocktime, &block_timeval);
if (unlikely(!current_hash))
quit (1, "set_curblock OOM");
applog(LOG_INFO, "New block: %s...", current_hash);
}