Browse Source

removing unused libusb_context pointer

nfactor-troky
nelisky 13 years ago
parent
commit
7fe7d18dba
  1. 3
      cgminer.c

3
cgminer.c

@ -4421,9 +4421,6 @@ int main(int argc, char *argv[]) @@ -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 */

Loading…
Cancel
Save