Browse Source

bitfury: Remove unused libbitfury_readHashData

Luke Dashjr 12 years ago
parent
commit
2cac08bb2e
2 changed files with 0 additions and 6 deletions
  1. 0 5
      libbitfury.c
  2. 0 1
      libbitfury.h

+ 0 - 5
libbitfury.c

@@ -613,8 +613,3 @@ void libbitfury_sendHashData1(int chip_id, struct bitfury_device *d, struct thr_
 	
 	
 	d->second_run = true;
 	d->second_run = true;
 }
 }
-
-int libbitfury_readHashData(unsigned int *res) {
-	return 0;
-}
-

+ 0 - 1
libbitfury.h

@@ -59,7 +59,6 @@ struct bitfury_device {
 	time_t long_out_t;
 	time_t long_out_t;
 };
 };
 
 
-int libbitfury_readHashData(unsigned int *res);
 extern void libbitfury_sendHashData1(int chip_id, struct bitfury_device *, struct thr_info *);
 extern void libbitfury_sendHashData1(int chip_id, struct bitfury_device *, struct thr_info *);
 void work_to_payload(struct bitfury_payload *p, struct work *w);
 void work_to_payload(struct bitfury_payload *p, struct work *w);
 extern void payload_to_atrvec(uint32_t *atrvec, struct bitfury_payload *);
 extern void payload_to_atrvec(uint32_t *atrvec, struct bitfury_payload *);