mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-08 12:13:11 +00:00
bitforce: Cleanup extraneous TODO that isn't needed
This commit is contained in:
parent
2f0a3dc2db
commit
c904b74b8c
@ -306,7 +306,6 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
|
|||||||
struct device_api bitforce_api = {
|
struct device_api bitforce_api = {
|
||||||
.name = "BFL",
|
.name = "BFL",
|
||||||
.api_detect = bitforce_detect,
|
.api_detect = bitforce_detect,
|
||||||
// .reinit_device = TODO
|
|
||||||
.get_statline_before = get_bitforce_statline_before,
|
.get_statline_before = get_bitforce_statline_before,
|
||||||
.thread_prepare = bitforce_thread_prepare,
|
.thread_prepare = bitforce_thread_prepare,
|
||||||
.scanhash = bitforce_scanhash,
|
.scanhash = bitforce_scanhash,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user