Browse Source

removing unused libusb_context pointer

nelisky 14 years ago
parent
commit
7fe7d18dba
1 changed files with 0 additions and 3 deletions
  1. 0 3
      cgminer.c

+ 0 - 3
cgminer.c

@@ -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 */