Continue move thread_calc() and thread_calc_stdin() to dispatch.c

This commit is contained in:
jsteube
2016-09-15 04:17:19 +02:00
parent 81845d39a3
commit 3f5ce6bb8e
4 changed files with 2 additions and 504 deletions

View File

@@ -70,9 +70,4 @@ void ResumeThreads ();
void bypass ();
uint get_work (hc_device_param_t *device_param, const u64 max);
void *thread_calc_stdin (void *p);
void *thread_calc (void *p);
#endif // _THREAD_H