mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-27 15:04:17 +00:00
Remove unused HAVE_LISBUSB macro and use USE_USBUTILS everywhere.
This commit is contained in:
parent
1936d3879a
commit
0f42fd3f46
@ -6862,7 +6862,7 @@ static void clean_up(void)
|
||||
#ifdef HAVE_OPENCL
|
||||
clear_adl(nDevs);
|
||||
#endif
|
||||
#ifdef HAVE_LIBUSB
|
||||
#ifdef USE_USBUTILS
|
||||
libusb_exit(NULL);
|
||||
#endif
|
||||
|
||||
@ -7483,18 +7483,16 @@ int main(int argc, char *argv[])
|
||||
initial_args[i] = strdup(argv[i]);
|
||||
initial_args[argc] = NULL;
|
||||
|
||||
#ifdef HAVE_LIBUSB
|
||||
#ifdef USE_USBUTILS
|
||||
int err = libusb_init(NULL);
|
||||
if (err) {
|
||||
fprintf(stderr, "libusb_init() failed err %d", err);
|
||||
fflush(stderr);
|
||||
quit(1, "libusb_init() failed");
|
||||
}
|
||||
#ifdef USE_USBUTILS
|
||||
mutex_init(&cgusb_lock);
|
||||
mutex_init(&cgusbres_lock);
|
||||
cglock_init(&cgusb_fd_lock);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
mutex_init(&hash_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user