From c904b74b8c5ae736fade0de7375f036d90c7d4ea Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 13 Feb 2012 21:41:04 -0500 Subject: [PATCH] bitforce: Cleanup extraneous TODO that isn't needed --- bitforce.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bitforce.c b/bitforce.c index 196fb5da..10e1cad8 100644 --- a/bitforce.c +++ b/bitforce.c @@ -306,7 +306,6 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6 struct device_api bitforce_api = { .name = "BFL", .api_detect = bitforce_detect, - // .reinit_device = TODO .get_statline_before = get_bitforce_statline_before, .thread_prepare = bitforce_thread_prepare, .scanhash = bitforce_scanhash,