1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

removing unused libusb_context pointer

This commit is contained in:
nelisky 2012-04-16 14:14:52 -07:00
parent 0649972f69
commit 7fe7d18dba

View File

@ -4421,9 +4421,6 @@ int main(int argc, char *argv[])
struct thr_info *thr;
unsigned int k;
int i, j;
#ifdef HAVE_LIBUSB
struct libusb_context *context;
#endif
/* This dangerous functions tramples random dynamically allocated
* variables so do it before anything at all */