Commit 7fe7d18dbae7f135cf1245ae0c83387db38f116f

nelisky 2012-04-16T14:14:52

removing unused libusb_context pointer

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/cgminer.c b/cgminer.c
index dab1af5..f946741 100644
--- a/cgminer.c
+++ b/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 */