Commit 8fe40e98ba54039aa0fd8d15e633b1f27651ef18

Kano 2013-05-20T02:46:58

miner.h icarus no long uses fd

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index c0771d0..54e00fd 100644
--- a/miner.h
+++ b/miner.h
@@ -430,7 +430,7 @@ struct cgpu_info {
 #ifdef USE_USBUTILS
 		struct cg_usb_device *usbdev;
 #endif
-#if defined(USE_ICARUS) || defined(USE_AVALON)
+#ifdef USE_AVALON
 		int device_fd;
 #endif
 	};